From 8fa2d73d0a33ac89e07ffe436b1c94ea40366b1a Mon Sep 17 00:00:00 2001 From: theborakompanioni Date: Tue, 24 Oct 2023 18:26:03 +0200 Subject: [PATCH] chore(navbar): display theme toggle even when no wallet is active --- src/components/Navbar.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 1fca9047..2fb27e42 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -299,6 +299,11 @@ export default function Navbar() { {t('navbar.menu')} + {isDebugFeatureEnabled('fastThemeToggle') && ( + + + + )} {t('navbar.title')}