Skip to content

Commit

Permalink
Switch default from 'apac' to 'seekJobs'
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Jul 8, 2024
1 parent 3b7c8f6 commit 4e6ba54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/App/ThemeSetting/ThemeSettingContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as themes from 'braid-src/lib/themes';
import type { BraidTheme } from 'braid-src/lib/themes/makeBraidTheme';
type ThemeKey = keyof typeof themes;

const defaultTheme = 'apac' as const;
const defaultTheme = 'seekJobs' as const;

interface ThemeSettingsContext {
ready: boolean;
Expand Down

0 comments on commit 4e6ba54

Please sign in to comment.