Skip to content

Commit

Permalink
Merge pull request #38 from ScilifelabDataCentre/menu-item-height-fix
Browse files Browse the repository at this point in the history
Menu item update
  • Loading branch information
SevLG authored Apr 22, 2024
2 parents 1b8151e + 1da714d commit 4bd029e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmp-frontend-app/src/components/HeaderComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function HeaderComponent() {
</Link>
</div>
<div className="navbar-center lg:flex">
<ul className="menu menu-horizontal text-xl">
<ul className="menu menu-horizontal text-lg mt-0.5">
{Object.keys(links).map( key => (
<li>{<NavLink className={links[key].classes} to={links[key].link}>{links[key].text}</NavLink>}</li>
))}
Expand Down

0 comments on commit 4bd029e

Please sign in to comment.