From 07c82e87d83b8117ad603857723b995f37a058f6 Mon Sep 17 00:00:00 2001 From: kunish Date: Mon, 28 Aug 2023 22:28:30 +0800 Subject: [PATCH] feat: update header layout --- src/components/Header.tsx | 109 ++++++++++++++++++-------------------- 1 file changed, 52 insertions(+), 57 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 8c04f52..dbc687d 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -5,6 +5,7 @@ import { IconHome, IconNetwork, IconNetworkOff, + IconPalette, IconRuler, IconSettings, } from '@tabler/icons-solidjs' @@ -17,75 +18,69 @@ export const Header = () => { const navigate = useNavigate() return ( -
+
- + ) }