We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125b38b commit 0363da7Copy full SHA for 0363da7
2 files changed
src/components/PasswordGate.astro
src/layouts/BaseLayout.astro
@@ -1,7 +1,6 @@
1
---
2
import Header from '../components/Header.astro';
3
import Footer from '../components/Footer.astro';
4
-import PasswordGate from '../components/PasswordGate.astro';
5
6
interface Props {
7
title?: string;
@@ -30,7 +29,6 @@ const {
30
29
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap" rel="stylesheet">
31
</head>
32
<body class="flex flex-col min-h-screen bg-neutral-cream font-sans text-neutral-stone selection:bg-vibrant-200 selection:text-vibrant-900">
33
- <PasswordGate />
34
<Header />
35
<main class="flex-grow">
36
<slot />
0 commit comments