Skip to content

Commit

Permalink
Update theme and link
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNagpal committed Dec 19, 2023
1 parent ff7227b commit 34f715a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down
2 changes: 1 addition & 1 deletion src/app/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const themes: Record<keyof typeof CssTheme, ThemeValue> = {
blockBg: '#323432',
},
CryptoGelatoTheme: {
primaryColor: '#ffff0d',
primaryColor: '#3183ff',
bgColor: '#141924',
textColor: '#bdc1c7',
linkColor: '#bdc1c7',
Expand Down