fix: 💄 Remove navbar and footer on print
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 1s

This commit is contained in:
Jesse Wierzbinski 2025-09-21 17:07:59 +02:00
parent cdc1d6a6a2
commit 064a4aa828
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ function SmallPrint() {
export function Footer() {
return (
<footer className="mx-auto w-full max-w-2xl space-y-10 pb-16 lg:max-w-5xl">
<footer className="mx-auto w-full max-w-2xl space-y-10 pb-16 lg:max-w-5xl print:hidden">
<PageNavigation />
<SmallPrint />
</footer>