From 29640e59f2b37467b66fae97c68378f687bb3765 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Wed, 25 Dec 2024 05:51:34 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20logo=20and=20color=20has?= =?UTF-8?q?=20been=20changed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Navbar.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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