diff --git a/src/components/Header/Drawer.astro b/src/components/Header/Drawer.astro index b433cfb..cbf5c43 100644 --- a/src/components/Header/Drawer.astro +++ b/src/components/Header/Drawer.astro @@ -5,18 +5,15 @@ import CloseIcon from '../../assets/svg/xmark.svg'; import { navLinks } from '../../data/nav-links'; --- -
-
-
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7521559..c30928c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -30,7 +30,11 @@ const title = Astro.props.title || Astro.props.frontmatter?.title || 'Unknown'; href={`${Astro.site}rss.xml`} />{`ghall.space - ${title}`} - +
@@ -38,3 +42,9 @@ const title = Astro.props.title || Astro.props.frontmatter?.title || 'Unknown';