dark-mode

This commit is contained in:
2025-11-24 14:22:02 +03:00
parent f28b9ee9f7
commit 9a7c7936f1
4 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ export type FeatureFlags = {
};
export const featureFlags: FeatureFlags = {
enableRedirectNowButton: true
enableRedirectNowButton: false
};