File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ export default function NavBar({ isOpenedModal, setIsOpenedModal }: useEffectPro
2020 return (
2121 < nav className = "flex justify-center items-center" >
2222 < ul className = "hidden sm:flex justify-stretch items-cente gap-x-3" >
23- < li className = { `${ router . pathname == "/" && "text-zinc-900/90 dark:fill-zinc-400/90 font-semibold " } font-medium sm:min-w-max sm:w-16 sm:flex sm:justify-center hover:text-violet-900/80 hover:transition hover:duration-75 hover:ease-in-out md:text-lg md:w-20 select-none` } >
23+ < li className = { `${ router . pathname == "/" && "light: text-zinc-900/90 dark:fill-zinc-400/90 font-medium " } font-normal sm:min-w-max sm:w-16 sm:flex sm:justify-center hover:text-violet-900/80 hover:transition hover:duration-75 hover:ease-in-out md:text-lg md:w-20 select-none` } >
2424 < Link href = "/" > Home</ Link >
2525 </ li >
26- < li className = { `${ router . pathname == "/about" && "text-zinc-900/90 dark:fill-zinc-400/90 font-semibold " } font-medium sm:min-w-max sm:w-16 sm:flex sm:justify-center hover:text-violet-900/80 hover:transition hover:duration-75 hover:ease-in-out md:text-lg md:w-20 select-none` } >
26+ < li className = { `${ router . pathname == "/about" && "light: text-zinc-900/90 dark:fill-zinc-400/90 font-medium " } font-normal sm:min-w-max sm:w-16 sm:flex sm:justify-center hover:text-violet-900/80 hover:transition hover:duration-75 hover:ease-in-out md:text-lg md:w-20 select-none` } >
2727 < Link href = "/about" > About</ Link >
2828 </ li >
29- < li className = { `${ router . pathname == "/projects" && "text-zinc-900/90 dark:fill-zinc-400/90 font-semibold " } font-medium sm:min-w-max sm:w-16 sm:flex sm:justify-center hover:text-violet-900/80 hover:transition hover:duration-75 hover:ease-in-out md:text-lg md:w-20 select-none` } >
29+ < li className = { `${ router . pathname == "/projects" && "light: text-zinc-900/90 dark:fill-zinc-400/90 font-medium " } font-normal sm:min-w-max sm:w-16 sm:flex sm:justify-center hover:text-violet-900/80 hover:transition hover:duration-75 hover:ease-in-out md:text-lg md:w-20 select-none` } >
3030 < Link href = "/projects" > Projects</ Link >
3131 </ li >
32- < li className = { `${ router . pathname == "/contact" && "text-zinc-900/90 dark:fill-zinc-400/90 font-semibold " } font-medium sm:min-w-max sm:w-16 sm:flex sm:justify-center hover:text-violet-900/80 hover:transition hover:duration-75 hover:ease-in-out md:text-lg md:w-20 select-none` } >
32+ < li className = { `${ router . pathname == "/contact" && "light: text-zinc-900/90 dark:fill-zinc-400/90 font-medium " } font-normal sm:min-w-max sm:w-16 sm:flex sm:justify-center hover:text-violet-900/80 hover:transition hover:duration-75 hover:ease-in-out md:text-lg md:w-20 select-none` } >
3333 < Link href = "/contact" > Contact</ Link >
3434 </ li >
3535 </ ul >
You can’t perform that action at this time.
0 commit comments