Skip to content

Commit

Permalink
remove x mark
Browse files Browse the repository at this point in the history
  • Loading branch information
judygab committed Aug 30, 2023
1 parent 410c099 commit 79ae93b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
import Link from "next/link";
import React, { useState } from "react";
import NavLink from "./NavLink";
import { Bars3Icon, XmarkIcon } from "@heroicons/react/24/solid";
import { Bars3Icon } from "@heroicons/react/24/solid";
import { XMarkIcon } from "@heroicons/react/24/outline";
import MenuOverlay from "./MenuOverlay";

const navLinks = [
Expand Down

0 comments on commit 79ae93b

Please sign in to comment.