Skip to content

Commit

Permalink
fix(app): drops signer and renames gitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
gdixon committed Sep 6, 2022
1 parent 3b7bc6a commit 46f8dfb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/config/platforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const PLATFORMS: PlatformSpec[] = [
{
icon: "./assets/gitcoinStampIcon.svg",
platform: "Gitcoin",
name: "Gitcoin",
name: "Gitcoin Grants",
description: "Connect your existing Gitcoin account to verify.",
connectMessage: "Connect Account",
},
Expand All @@ -96,13 +96,13 @@ export const PLATFORMS: PlatformSpec[] = [
description: "Connect your existing Linkedin account to verify.",
connectMessage: "Connect Account",
},
{
icon: "./assets/ethStampIcon.svg",
platform: "Signer",
name: "Ethereum Account",
description: "Additional Ethereum account",
connectMessage: "Connect Account",
},
// {
// icon: "./assets/ethStampIcon.svg",
// platform: "Signer",
// name: "Ethereum Account",
// description: "Additional Ethereum account",
// connectMessage: "Connect Account",
// },
{
icon: "./assets/gitPOAPStampIcon.svg",
platform: "GitPOAP",
Expand Down

0 comments on commit 46f8dfb

Please sign in to comment.