Skip to content

Commit

Permalink
Merge pull request #281 from ethereumfollowprotocol/add-Integrations
Browse files Browse the repository at this point in the history
Add integrations
  • Loading branch information
brantlymillegan authored Nov 8, 2024
2 parents f7c0ee9 + a207813 commit 0e3bf83
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added public/assets/partners/devconcollabportal.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/partners/devconpassport.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/lib/constants/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import LikeButton from 'public/assets/partners/likebutton.jpeg'
import HarvestArt from 'public/assets/partners/harvestart.jpeg'
import VibesScapes from 'public/assets/partners/vibesscapes.jpeg'
import EngagementVision from 'public/assets/partners/engagementvision.jpeg'
import DevconCollabPortal from 'public/assets/partners/devconcollabportal.jpeg'
import DevconPassport from 'public/assets/partners/devconpassport.jpeg'

export const INTEGRATIONS = [
{
Expand Down Expand Up @@ -115,6 +117,16 @@ export const INTEGRATIONS = [
name: 'JustaName',
url: 'https://www.justaname.id/',
logo: JustaName
},
{
name: 'Devcon VI Collab Portal',
url: 'https://devcon.fileverse.io/devcon7/portal',
logo: DevconCollabPortal
},
{
name: 'Devcon VI Passport',
url: 'https://app.devcon.org/',
logo: DevconPassport
}
] as {
name: string
Expand Down

0 comments on commit 0e3bf83

Please sign in to comment.