From a6ec45c2073786eed5e7020887d24dfaba94de6d Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr l3wdfut4pwr Date: Thu, 22 Jan 2026 07:14:19 +0200 Subject: update navbar --- src/components/header/NavBar.tsx | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) (limited to 'src/components/header/NavBar.tsx') diff --git a/src/components/header/NavBar.tsx b/src/components/header/NavBar.tsx index 34e9fd0..e83d238 100644 --- a/src/components/header/NavBar.tsx +++ b/src/components/header/NavBar.tsx @@ -7,8 +7,8 @@ import DiscordIcon from '@icons/discord.svg'; import { Switch } from '@/components/ui/switch'; export function NavBar() { return ( -
-
+
+
-
+
- -
-
- AI +
+
+ + AI +
-
- NSFW +
+ + NSFW +
-
@@ -49,8 +57,8 @@ export function NavBar() { function Search() { return ( -
-
+
+
+
); } -- cgit v1.3-3-g829e