From d7696ce45b08dc5f084d6882c0a59e57fa24a7ba Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 2 Feb 2024 16:10:06 -0500 Subject: [PATCH] Minor --- src/components/PageFrame.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PageFrame.astro b/src/components/PageFrame.astro index 8a23074..6dd62b1 100644 --- a/src/components/PageFrame.astro +++ b/src/components/PageFrame.astro @@ -2,7 +2,7 @@ import MobileMenuToggle from 'virtual:starlight/components/MobileMenuToggle' import type { Props } from '@astrojs/starlight/props' -const { hasSidebar, labels } = Astro.props; +const { hasSidebar, labels } = Astro.props import { fade, ViewTransitions } from 'astro:transitions' import Search from '@astrojs/starlight/components/Search.astro' ---