diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx index 35521fed..3108e07f 100644 --- a/src/components/layout/Navbar.tsx +++ b/src/components/layout/Navbar.tsx @@ -1,14 +1,15 @@ import { useState } from 'react'; import { Link, useLocation } from 'react-router-dom'; import { Menu, X } from 'lucide-react'; -import { cn } from '@/lib/utils'; -import { navigation } from '@/data/navigation'; +import { cn } from '../../lib/utils'; +import { navigation } from '../../data/navigation'; function Logo() { return ( - - - + + + ); } @@ -24,7 +25,7 @@ export function Navbar() {
- Snigdha OS + Snigdha OS