Some corrections with types and undeleted file

This commit is contained in:
2025-08-14 09:48:52 +09:30
parent 63e0e1fd28
commit 1f45a74b2a
19 changed files with 54 additions and 105 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const {
Tag = "h1",
lineColour = "border-primary",
lineColourDark = "dark:text-primary"
} = Astro.props as Props;
} = Astro.props;
---
<Tag class="font-header m-0 text-center text-3xl"><slot /></Tag>