Skip to content

Commit 554c0b9

Browse files
authored
Add Arbitrum Foundation to ecosystem partners (#69)
1 parent 79913cc commit 554c0b9

File tree

2 files changed

+144
-0
lines changed

2 files changed

+144
-0
lines changed

packages/nextjs/pages/index.tsx

+6
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,12 @@ const Home: NextPage<{
273273
<div className="flex flex-col md:flex-row gap-7 items-center justify-center lg:justify-start">
274274
<Image src="/assets/op-logo.svg" alt="Optimism logo" width={48} height={48} />
275275
<Image src="/assets/ens-logo-dao.png" alt="ENS logo" width={96} height={64} />
276+
<Image
277+
src="/assets/arbitrum-foundation-logo.svg"
278+
alt="Arbitrum Foundation logo"
279+
width={170}
280+
height={44}
281+
/>
276282
</div>
277283
<TrackedLink
278284
id="co-fund-email"
Loading

0 commit comments

Comments
 (0)