Skip to content

Commit

Permalink
fix(app): linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz committed Jan 17, 2023
1 parent 1013ef8 commit 4fdf117
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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[] = [
description: "Connect your Facebook account to verify stamp details.",
connectMessage: "Connect Account",
},
{
{
icon: "./assets/linkedinStampIcon.svg",
platform: "Linkedin",
name: "Linkedin",
Expand All @@ -105,7 +105,8 @@ export const PLATFORMS: PlatformSpec[] = [
icon: "./assets/brightidStampIcon.svg",
platform: "Brightid",
name: "BrightID",
description: "Verify your BrightID connection details. If you do not have BrightID, you can join a connection party.",
description:
"Verify your BrightID connection details. If you do not have BrightID, you can join a connection party.",
connectMessage: "Verify Account",
isEVM: true,
},
Expand Down

0 comments on commit 4fdf117

Please sign in to comment.