Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
brantlymillegan authored Jan 14, 2024
1 parent 7c1d925 commit 452552b
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,26 @@ export const launchPartners = [
url: 'https://alphawallet.com/',
logo: '/alphawallet.jpeg'
},
{
name: 'Nimi',
url: 'https://nimi.io',
logo: '/nimi.jpeg'
},
{
name: 'Webhash',
url: 'https://webhash.com',
logo: '/webhash.jpeg'
},
{
name: 'Payflow',
url: 'https://payflow.me',
logo: '/payflow.jpeg'
},
{
name: 'Noves',
url: 'https://noves.fi',
logo: '/noves.jpeg'
},
{
name: 'eth.lk',
url: 'https://eth.lk',
Expand All @@ -58,11 +78,6 @@ export const launchPartners = [
url: 'https://eth.cd',
logo: '/ethdotcd.jpeg'
},
{
name: 'Nimi',
url: 'https://nimi.io',
logo: '/nimi.jpeg'
},
{
name: 'Outposts',
url: 'https://outposts.io',
Expand Down

0 comments on commit 452552b

Please sign in to comment.