Skip to content

Commit

Permalink
Merge pull request #21 from ethereumfollowprotocol/add-logos
Browse files Browse the repository at this point in the history
Add logos
  • Loading branch information
brantlymillegan authored Jan 18, 2024
2 parents 0273024 + e333822 commit 6a362b3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
Binary file added public/airstack.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/dapplooker.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/saga.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ import { Avatar, Box, Card, Flex, Grid, Link, Text } from '@radix-ui/themes'
import { Header } from '#/components/header.tsx'

export const launchPartners = [
{
name: 'Airstack',
url: 'https://airstack.io/',
logo: '/airstack.jpeg'
},
{
name: 'Skiff',
url: 'https://skiff.org',
Expand Down Expand Up @@ -53,6 +58,16 @@ export const launchPartners = [
url: 'https://nimi.io',
logo: '/nimi.jpeg'
},
{
name: 'Saga',
url: 'https://www.pob.studio/ethverse',
logo: '/saga.jpeg'
},
{
name: 'DappLooker',
url: 'https://dapplooker.com/',
logo: '/dapplooker.jpeg'
},
{
name: 'Webhash',
url: 'https://webhash.com',
Expand Down

0 comments on commit 6a362b3

Please sign in to comment.