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'; --- +
+ +