Skip to content

Commit

Permalink
fix(app): update logos to show up on dark bg (passportxyz#1113)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Green <[email protected]>
  • Loading branch information
michaelgreen06 and Michael Green authored Apr 17, 2023
1 parent 65d20dc commit 8b27fab
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/config/platforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const PLATFORMS: PlatformSpec[] = [
isEVM: true,
},
{
icon: "./assets/gitcoinStampIcon.svg",
icon: "./assets/gtcGrantsLightIcon.svg",
platform: "Gitcoin",
name: "Gitcoin Grants",
description: "Connect your wallet to review your donation activity on Gitcoin (Up to GR15).",
Expand Down Expand Up @@ -65,7 +65,7 @@ export const PLATFORMS: PlatformSpec[] = [
connectMessage: "Connect Account",
},
{
icon: "./assets/githubStampIcon.svg",
icon: "./assets/githubWhiteStampIcon.svg",
platform: "Github",
name: "Github",
description: "Connect your Github account to verify stamp details.",
Expand Down Expand Up @@ -164,7 +164,7 @@ export const PLATFORMS: PlatformSpec[] = [
isEVM: true,
},
{
icon: "./assets/lensStampIcon.svg",
icon: "./assets/lensWhiteStampIcon.svg",
platform: "Lens",
name: "Lens",
description: "Connect your wallet to verify ownership of a Lens Profile.",
Expand Down
1 change: 1 addition & 0 deletions app/public/assets/githubWhiteStampIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/public/assets/gtcGrantsLightIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions app/public/assets/lensWhiteStampIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b27fab

Please sign in to comment.