Skip to content

Commit

Permalink
Update integrations.ts
Browse files Browse the repository at this point in the history
Signed-off-by: brantly.eth <bcmillegan@gmail.com>
  • Loading branch information
brantlymillegan authored Nov 29, 2024
1 parent 03c1ec4 commit c47ac7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/constants/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import EngagementVision from 'public/assets/partners/engagementvision.jpeg'
import DevconCollabPortal from 'public/assets/partners/devconcollabportal.jpeg'
import DevconPassport from 'public/assets/partners/devconpassport.jpeg'
import ETHTools from 'public/assets/partners/ethtools.jpeg'
import Yodl from 'public/assets/partners/yodl.jpeg'

export const INTEGRATIONS = [
{
Expand All @@ -44,6 +45,11 @@ export const INTEGRATIONS = [
url: 'https://www.blockscout.com/',
logo: Blockscout
},
{
name: 'Yodl',
url: 'https://yodl.me/',
logo: Yodl
},
{
name: 'Vibes',
url: 'https://vibes.scapes.xyz/',
Expand Down

0 comments on commit c47ac7e

Please sign in to comment.