Skip to content

Commit

Permalink
1106 logos 4dark update (passportxyz#1125)
Browse files Browse the repository at this point in the history
* fix(app): update logos to show up on dark bg

* fix(app): added logos 4 dark bg EVERYWHERE

---------

Co-authored-by: Michael Green <[email protected]>
  • Loading branch information
michaelgreen06 and Michael Green authored Apr 18, 2023
1 parent 9a4e047 commit dff344f
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 6 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.
54 changes: 54 additions & 0 deletions app/public/assets/lenswhite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions platforms/src/platforms-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const getPlatformSpec = (platformName: string): PlatformSpec | undefined

export const PLATFORMS: PlatformSpec[] = [
{
icon: "./assets/gitcoinStampIcon.svg",
icon: "./assets/gtcGrantsLightIcon.svg",
platform: "Gitcoin",
name: "Gitcoin Grants",
description: "Connect with Github to verify with your Gitcoin account.",
Expand Down Expand Up @@ -49,7 +49,7 @@ export const PLATFORMS: PlatformSpec[] = [
connectMessage: "Connect Account",
},
{
icon: "./assets/githubStampIcon.svg",
icon: "./assets/githubWhiteStampIcon.svg",
platform: "Github",
name: "Github",
description: "Connect your existing Github account to verify.",
Expand Down Expand Up @@ -154,7 +154,7 @@ export const PLATFORMS: PlatformSpec[] = [
isEVM: true,
},
{
icon: "./assets/lensStampIcon.svg",
icon: "./assets/lensWhiteStampIcon.svg",
platform: "Lens",
name: "Lens",
description: "Lens Profile Verification",
Expand Down

0 comments on commit dff344f

Please sign in to comment.