Skip to content

Commit

Permalink
Merge pull request #303 from ethereumfollowprotocol/add-integration
Browse files Browse the repository at this point in the history
Add integration
  • Loading branch information
brantlymillegan authored Feb 20, 2025
2 parents c2e615f + 5f74928 commit 5861fe0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Binary file added public/assets/partners/recordsxyz.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/lib/constants/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ import BanklessAcademy from 'public/assets/partners/banklessacademy.jpeg'
import ENSResolver from 'public/assets/partners/ensresolver.jpeg'
import Rotki from 'public/assets/partners/rotki.jpeg'
import Zapper from 'public/assets/partners/zapper.png'
import Recordsxyz from 'public/assets/partners/recordsxyz.jpeg'


export const INTEGRATIONS = [
{
Expand Down Expand Up @@ -80,6 +82,11 @@ export const INTEGRATIONS = [
url: 'https://likebutton.eth.limo/',
logo: LikeButton,
},
{
name: 'Records.xyz',
url: 'https://records.xyz',
logo: Recordsxyz,
},
{
name: 'Webhash',
url: 'https://webhash.com',
Expand Down

0 comments on commit 5861fe0

Please sign in to comment.