Skip to content

Commit

Permalink
Merge pull request #293 from ethereumfollowprotocol/add-integration
Browse files Browse the repository at this point in the history
Add integration
  • Loading branch information
brantlymillegan authored Dec 26, 2024
2 parents acce6cf + 02bbd02 commit 4d7ed32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added public/assets/partners/rotki.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/lib/constants/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import Yodl from 'public/assets/partners/yodl.jpeg'
import Snapshot from 'public/assets/partners/snapshot.jpeg'
import BanklessAcademy from 'public/assets/partners/banklessacademy.jpeg'
import ENSResolver from 'public/assets/partners/ensresolver.jpeg'
import Rotki from 'public/assets/partners/rotki.jpeg'


export const INTEGRATIONS = [
Expand Down Expand Up @@ -54,6 +55,11 @@ export const INTEGRATIONS = [
url: 'https://yodl.me/',
logo: Yodl
},
{
name: 'Rotki',
url: 'https://rotki.com/',
logo: Rotki
},
{
name: 'Blockscout',
url: 'https://www.blockscout.com/',
Expand Down

0 comments on commit 4d7ed32

Please sign in to comment.