From b2185b64f24545d5d7136ed6cd45fdb2e3141157 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Mon, 9 Sep 2024 15:29:52 +0200 Subject: [PATCH] Enable the new UI Help link Re-enable the Help link in the manteine-ui. Signed-off-by: SuperQ --- web/ui/mantine-ui/src/App.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/ui/mantine-ui/src/App.tsx b/web/ui/mantine-ui/src/App.tsx index 9cba77702..68d4d24b2 100644 --- a/web/ui/mantine-ui/src/App.tsx +++ b/web/ui/mantine-ui/src/App.tsx @@ -22,6 +22,7 @@ import { useDisclosure } from "@mantine/hooks"; import { IconBell, IconBellFilled, + IconBook, IconChevronDown, IconChevronRight, IconCloudDataConnection, @@ -307,16 +308,16 @@ function App() { - {/* */} + } );