Skip to content

Commit

Permalink
navbar change
Browse files Browse the repository at this point in the history
  • Loading branch information
yalsik86 committed Oct 11, 2024
1 parent 00c54eb commit 6ac1906
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Website/app/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ function NavLink({ to, children, cn, setOpen }) {
return (
<button
onClick={() => handleNavLinkClick(to, setOpen)}
className={`text-gray-900 hover:text-black ${cn}`}
className={`border-2 px-3 py-2 text-white rounded hover:border-[#191B33] hover:bg-[#191B33] hover:scale-105 duration-500 text-sm lg:text-base ${cn}`}
>
{children}
{children}
</button>
);
}
Expand Down
9 changes: 6 additions & 3 deletions Website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"autoprefixer": "10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "14.2.15",
"next": "14.2.15",
"next": "^14.2.15",
"postcss": "8.4.47",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"tailwindcss": "3.4.13"
Expand Down

0 comments on commit 6ac1906

Please sign in to comment.