Skip to content

Commit

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

const navLinks = [
Expand Down

0 comments on commit 6156205

Please sign in to comment.