diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 7f918b3..6156331 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -5,7 +5,7 @@ export interface Props { const { variant = 'full' } = Astro.props; --- -