diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx
index 7a3681b..f6858f0 100644
--- a/src/components/layout/Navbar.tsx
+++ b/src/components/layout/Navbar.tsx
@@ -256,7 +256,7 @@ export default function Navbar() {
className='mx-2 my-auto h-6'
/>
- {!!config.showGuideButton && (
+ {!!config.showGuideButton ? (
+ ) : (
+ <>>
)}