diff --git a/src/components/layout/Navbar/index.tsx b/src/components/layout/Navbar/index.tsx index de4ced1..026e150 100644 --- a/src/components/layout/Navbar/index.tsx +++ b/src/components/layout/Navbar/index.tsx @@ -1,11 +1,4 @@ -import { - useCallback, - useContext, - useEffect, - useRef, - useState, - useTransition, -} from "react"; +import { useCallback, useContext, useEffect, useRef, useState } from "react"; import siteConfig from "config/site.config"; import Link from "next/link"; import Image from "next/image"; @@ -278,8 +271,8 @@ export default function Navbar({ isUnlocked, setIsUnlocked }: Props) {
{item.thumbnailLink ? ( - {item.name ) : (