Skip to content

Commit

Permalink
Update Header.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
David44357 committed Sep 17, 2024
1 parent 728caee commit ae045c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function Header() {
return (
<header>
<nav>
<Container className="relative z-50 flex justify-between">
<Container className="relative z-50 flex justify-between" style={{ height: '60px' }}>
<div className="relative z-10 flex items-center gap-16">
<Link href="/" aria-label="Home">
<Logo className="h-6 w-auto" />
Expand Down

0 comments on commit ae045c7

Please sign in to comment.