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 Feb 20, 2025
1 parent 12162a2 commit 5f74928
Showing 1 changed file with 7 additions and 0 deletions.
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 5f74928

Please sign in to comment.