diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-26 13:33:44 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-26 13:45:47 +0000 |
| commit | eff2f8340b3a0f8494eeefc753bac72715cb56dd (patch) | |
| tree | 355715077cc3a890e88c6c3396fe97108869646a /apps/web/components/DemoModeBanner.tsx | |
| parent | 4fa4a146398e730f026bc7a3752d55021a62a16f (diff) | |
| download | karakeep-eff2f8340b3a0f8494eeefc753bac72715cb56dd.tar.zst | |
fix: Allow setting demo mode creds when demo mode is enabled
Diffstat (limited to 'apps/web/components/DemoModeBanner.tsx')
| -rw-r--r-- | apps/web/components/DemoModeBanner.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/DemoModeBanner.tsx b/apps/web/components/DemoModeBanner.tsx index 6250be87..8ab4dd0d 100644 --- a/apps/web/components/DemoModeBanner.tsx +++ b/apps/web/components/DemoModeBanner.tsx @@ -1,6 +1,6 @@ export default function DemoModeBanner() { return ( - <div className="h-min w-full rounded bg-yellow-100 px-4 py-2 text-center"> + <div className="h-min w-full rounded bg-yellow-100 px-4 py-2 text-center text-black"> Demo mode is on. All modifications are disabled. </div> ); |
