Skip to content

Commit

Permalink
Fixed misaligned navbar links (vercel#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlogank authored Jun 16, 2023
1 parent f67ab3c commit 7eb8816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default async function Navbar() {
</Link>
</div>
{menu.length ? (
<ul className="hidden md:flex">
<ul className="hidden md:flex md:items-center">
{menu.map((item: Menu) => (
<li key={item.title}>
<Link
Expand Down

0 comments on commit 7eb8816

Please sign in to comment.