From c9462231a87b59b039bfc726f9af4244301ff147 Mon Sep 17 00:00:00 2001 From: judygab Date: Tue, 10 Oct 2023 15:46:01 -0400 Subject: [PATCH] fix x mar icon --- src/app/components/Navbar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/Navbar.jsx b/src/app/components/Navbar.jsx index 36bcd50..5935b3a 100644 --- a/src/app/components/Navbar.jsx +++ b/src/app/components/Navbar.jsx @@ -2,7 +2,7 @@ import Link from "next/link"; import React, { useState } from "react"; import NavLink from "./NavLink"; -import { Bars3Icon, XmarkIcon } from "@heroicons/react/24/solid"; +import { Bars3Icon, XMarkIcon } from "@heroicons/react/24/solid"; import MenuOverlay from "./MenuOverlay"; const navLinks = [ @@ -45,7 +45,7 @@ const Navbar = () => { onClick={() => setNavbarOpen(false)} className="flex items-center px-3 py-2 border rounded border-slate-200 text-slate-200 hover:text-white hover:border-white" > - + )}