From 1f5dc13687d5a7f03bb6b3eb9f4e3af6d2a99344 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Wed, 9 Oct 2024 13:39:55 +0530 Subject: [PATCH] fix: apply migrations --- src/components/FCCMobileMenuToggle.astro | 5 +---- src/components/FCCPagination.astro | 11 +++-------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/src/components/FCCMobileMenuToggle.astro b/src/components/FCCMobileMenuToggle.astro index b366942b..02204cfa 100644 --- a/src/components/FCCMobileMenuToggle.astro +++ b/src/components/FCCMobileMenuToggle.astro @@ -1,14 +1,11 @@ --- -import type { Props } from '@astrojs/starlight/props'; import { Icon } from '@astrojs/starlight/components'; - -const { labels } = Astro.props; ---