chore:minor changes

This commit is contained in:
Ashwani Senapati
2026-01-19 12:47:46 +05:30
parent 420332cae4
commit 775c257378

View File

@@ -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}`}
>
×
<X/>
</button>
);