From 775c257378e99405a019898177b1c39591f95959 Mon Sep 17 00:00:00 2001 From: Ashwani Senapati Date: Mon, 19 Jan 2026 12:47:46 +0530 Subject: [PATCH] chore:minor changes --- src/app/components/Navbar.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/components/Navbar.jsx b/src/app/components/Navbar.jsx index 2bedd63..6c1b5ea 100644 --- a/src/app/components/Navbar.jsx +++ b/src/app/components/Navbar.jsx @@ -1,7 +1,8 @@ -"use client"; +"use client" import { useState, useEffect } from "react"; import { motion, AnimatePresence } from "framer-motion"; +import { X } from "lucide-react"; const ANIMATIONS = { overlay: { @@ -311,7 +312,7 @@ export default function Navbar() { aria-label="Close menu" className={`flex items-center justify-center w-12 h-12 rounded-full border-blue-500/20 bg-blue-500/10 backdrop-blur-sm text-blue-400 text-2xl font-bold hover:bg-blue-500/20 transition-all ${className}`} > - × + );