Skip to content

Commit

Permalink
Merge pull request #339 from ertush/hotfix
Browse files Browse the repository at this point in the history
Update pages/index.js
  • Loading branch information
ertush authored Mar 9, 2024
2 parents 8c2c126 + bfdeb3c commit 270ee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function Home(props) {
{/* Menu Heading */}
<nav className="hidden max-h-min w-[60%] container md:flex mx-auto ">
<ul className='list-none w-full flex items-center justify-between '>
<li className={`text-lg h-[60px] flex items-center hover:text-gray-100 duration-200 ease-out hover:bg-blue-800 px-4 ${router.asPath == "/" && 'border-b-2 text-blue-50 border-b-gray-50 bg-blue-800/85'} font-semibold capitalize text-gray-900 `}>
<li className={`text-lg h-[60px] flex items-center hover:text-gray-100 duration-200 ease-out hover:bg-blue-800 px-4 ${router.asPath == "/" && 'border-b-2 text-gray-100 border-b-gray-50 bg-blue-800/85'} font-semibold capitalize `}>
<Link href="/">Home</Link>
</li>
<li className='text-lg h-[60px] flex items-center hover:text-gray-100 duration-200 ease-out hover:bg-blue-800 px-4 font-semibold capitalize text-gray-900 '>
Expand Down

0 comments on commit 270ee57

Please sign in to comment.