Skip to content

Commit

Permalink
fix: Update src/components/main-nav.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mkubdev authored Sep 25, 2023
1 parent 14148b9 commit cf27ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { NavItem } from "@/types/nav";
import Image from "next/image";
import Link from "next/link";
import { usePathname } from 'next/navigation';
import { useEffect,useRef,useState } from "react";
import { useEffect, useRef, useState } from "react";
import { BiMenuAltRight } from "react-icons/bi";
import { MdOutlineClose } from "react-icons/md";
import { ThemeToggle } from "./theme-toggle";
Expand Down

0 comments on commit cf27ca4

Please sign in to comment.