Update packages and redirect page

This commit is contained in:
Antoine Phan
2025-09-07 14:32:58 -04:00
parent 7028e2b353
commit 36875ccaf6
5 changed files with 66 additions and 60 deletions

View File

@@ -2,7 +2,7 @@
let { children = () => 'Section placeholder', black = false } = $props();
let tailwindClasses = $state(
'mx-auto flex min-h-[75vh] flex-col items-center justify-center gap-4 p-4 text-center text-ecsess-200'
'mx-auto flex min-h-[90vh] flex-col items-center justify-center gap-4 p-4 text-center text-ecsess-200'
);
if (black) {