From 52fffe6922182883347708da90c46ab686330a28 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sun, 13 Jul 2025 23:05:37 +0200 Subject: [PATCH] Hide support link in nav bar --- ui/src/components/NavigationBar.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/src/components/NavigationBar.tsx b/ui/src/components/NavigationBar.tsx index cb7e6bc..905e4db 100644 --- a/ui/src/components/NavigationBar.tsx +++ b/ui/src/components/NavigationBar.tsx @@ -1,6 +1,5 @@ import { twMerge } from "tailwind-merge"; import { - HelpCircleIcon, SendIcon, ChevronRightIcon, ConstructionIcon, @@ -332,7 +331,7 @@ export function MainNavigation({ isCollapsed }: { isCollapsed: boolean }) { isCollapsed ? "pl-2.5 pr-3" : "" )} > -
  • + {/*
  • -
  • + */}