From 468e92bac1ee42d5031e258dbfd9a52cf919f212 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 10 Feb 2024 22:52:55 +0000 Subject: [PATCH] Update navigation UI --- src/components/Navigation/Navigation.astro | 73 ++++++------------ src/components/NavigationDropdown.tsx | 89 ++++++++++++++++++++++ src/layouts/BaseLayout.astro | 3 - 3 files changed, 114 insertions(+), 51 deletions(-) create mode 100644 src/components/NavigationDropdown.tsx diff --git a/src/components/Navigation/Navigation.astro b/src/components/Navigation/Navigation.astro index 44917f6d4..7fe985503 100644 --- a/src/components/Navigation/Navigation.astro +++ b/src/components/Navigation/Navigation.astro @@ -1,61 +1,38 @@ --- +import { Menu } from 'lucide-react'; import Icon from '../AstroIcon.astro'; +import { NavigationDropdown } from '../NavigationDropdown'; import { AccountDropdown } from './AccountDropdown'; --- +
+ +