Enable rainbow mode easter egg

This commit is contained in:
Anthony Stirling
2025-10-22 15:44:50 +01:00
parent f619b34327
commit 68843b320f

View File

@@ -12,7 +12,7 @@ interface RainbowThemeHook {
deactivateRainbow: () => void;
}
const allowRainbowMode = false; // Override to allow/disallow fun
const allowRainbowMode = true; // Override to allow/disallow fun
export function useRainbowTheme(): RainbowThemeHook {
const { preferences, updatePreference } = usePreferences();