Skip to content

Commit

Permalink
weird header style bug on deployment version
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Dec 14, 2023
1 parent 8015b71 commit ea628db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const Header = () => {
</Link>
</div>
<div className="navbar-center hidden lg:flex">
<ul className="menu menu-horizontal px-1">
<ul className="menu menu-horizontal px-1 flex gap-2">
{menuLinks.map(({ label, href }) => {
return (
<li key={href}>
Expand Down

1 comment on commit ea628db

@vercel
Copy link

@vercel vercel bot commented on ea628db Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

matt-pereira – ./

matt-pereira-mattpereira.vercel.app
matt-pereira-git-main-mattpereira.vercel.app
matt-pereira.vercel.app

Please sign in to comment.