fix: remove min-h-screen from layout

This commit is contained in:
Troy 2025-02-16 20:03:52 +00:00
parent fc8c5947a0
commit b512b29808
Signed by: troy
GPG key ID: DFC06C02ED3B4711
4 changed files with 6 additions and 7 deletions

View file

@ -33,7 +33,9 @@ const currentPath = pathname.replace(/\/$/, "");
);
})
}
<Button href={`mailto:${SITE.EMAIL}`} link="Email" />
<li>
<Button href={`mailto:${SITE.EMAIL}`} link="Email" />
</li>
</ul>
</nav>
</header>