Improvements to types and age verification screen
This commit is contained in:
parent
18e98cdb3b
commit
7f7a62a391
78 changed files with 1132 additions and 1102 deletions
|
|
@ -2,6 +2,7 @@
|
|||
import "../styles/base.css";
|
||||
import "../styles/fonts.css";
|
||||
import DarkModeScript from "../components/DarkModeScript.astro";
|
||||
import AgeRestrictedModal from "../components/AgeRestrictedModal.astro";
|
||||
const { pageTitle } = Astro.props;
|
||||
---
|
||||
|
||||
|
|
@ -24,5 +25,6 @@ const { pageTitle } = Astro.props;
|
|||
<body>
|
||||
<slot />
|
||||
<DarkModeScript />
|
||||
<AgeRestrictedModal />
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue