From c7301e0e26f5fd8ca9cecdcd836304cf0bb9fedd Mon Sep 17 00:00:00 2001 From: Andrew Flockhart Date: Fri, 20 Oct 2023 09:33:01 -0400 Subject: [PATCH] [trivial] Swap partner icons on homepage (#71) --- apps/web/src/components/JoinTheCommunity/JoinTheCommunity.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/JoinTheCommunity/JoinTheCommunity.tsx b/apps/web/src/components/JoinTheCommunity/JoinTheCommunity.tsx index 30f3021..b6d6a02 100644 --- a/apps/web/src/components/JoinTheCommunity/JoinTheCommunity.tsx +++ b/apps/web/src/components/JoinTheCommunity/JoinTheCommunity.tsx @@ -4,6 +4,7 @@ import Image from 'next/image'; const partners = [ '0x', 'aave', + 'aerodrome', 'animoca', 'blockscout', 'blockdaemon', @@ -14,10 +15,9 @@ const partners = [ 'euler', 'flipside', 'hop', - 'infura', - 'magiceden', 'mnemonic', 'nansen', + 'odos', 'parallel', 'quicknode', 'socket',