diff --git a/src/components/Masthead.astro b/src/components/Masthead.astro index 5c2af1f..82f7500 100644 --- a/src/components/Masthead.astro +++ b/src/components/Masthead.astro @@ -33,7 +33,10 @@ const activeApp = apps.find(a => a.slug === activeSlug); const onLibrary = !activeApp; --- -