Skip to content

Commit cf27ca4

Browse files
authored
fix: Update src/components/main-nav.tsx
1 parent 14148b9 commit cf27ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/main-nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { NavItem } from "@/types/nav";
77
import Image from "next/image";
88
import Link from "next/link";
99
import { usePathname } from 'next/navigation';
10-
import { useEffect,useRef,useState } from "react";
10+
import { useEffect, useRef, useState } from "react";
1111
import { BiMenuAltRight } from "react-icons/bi";
1212
import { MdOutlineClose } from "react-icons/md";
1313
import { ThemeToggle } from "./theme-toggle";

0 commit comments

Comments
 (0)