From 34f715a255407f17d97baed0f2749a2fca973588 Mon Sep 17 00:00:00 2001 From: robin Date: Tue, 19 Dec 2023 09:06:34 -0500 Subject: [PATCH] Update theme and link --- src/app/page.tsx | 2 +- src/app/themes.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9af3123ab..bd42232eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ async function Home() { } if (space?.id === TOP_CRYPTO_PROJECTS_SPACE_ID) { - redirect('/projects/type/defi'); + redirect('/projects/type/all'); } if (host === 'dodao-localhost.io' || host === 'academy.dodao.io' || host === 'dodao.io') { diff --git a/src/app/themes.ts b/src/app/themes.ts index af483e308..1f69ccd79 100644 --- a/src/app/themes.ts +++ b/src/app/themes.ts @@ -61,7 +61,7 @@ export const themes: Record = { blockBg: '#323432', }, CryptoGelatoTheme: { - primaryColor: '#ffff0d', + primaryColor: '#3183ff', bgColor: '#141924', textColor: '#bdc1c7', linkColor: '#bdc1c7',