Skip to content

Commit

Permalink
fix: themes not working
Browse files Browse the repository at this point in the history
  • Loading branch information
sohamjaiswal committed Oct 24, 2024
1 parent c768fcf commit f281dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const handle: Handle = async ({ event, resolve }) => {
'hamlindigo',
'gold-nouveau',
'crimson'
].includes(theme)
].includes(cookieTheme)
) {
theme = cookieTheme;
} else {
Expand Down

0 comments on commit f281dd7

Please sign in to comment.