Merge branch 'main' into server-actions

This commit is contained in:
Michael Novotny 2023-06-16 17:02:49 -05:00 committed by GitHub
commit 66ae0ca472
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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