Skip to content

Commit

Permalink
Fix header alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Sep 6, 2024
1 parent 2f9efe8 commit 3ae8157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function Header() {
</Link>

<nav className="md:mt-2">
<ul className="flex gap-4">
<ul className="flex items-center gap-4">
<li>
<a
href="https://github.com/midday-ai/v1"
Expand Down

0 comments on commit 3ae8157

Please sign in to comment.