mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
fix: theme persistence
save user theme preferences in session instead of localStorage
This commit is contained in:
1
app/constants/session.ts
Normal file
1
app/constants/session.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const PREFER_DARK_THEME = 'prefer_dark_theme';
|
||||
Reference in New Issue
Block a user