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',