From 31adf0b21fd894299ccb8f7f09efe47a969d9887 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 9 Jan 2025 12:01:46 -0300 Subject: [PATCH] Fix AlpineJS warning --- src/components/Breadcrumb.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Breadcrumb.astro b/src/components/Breadcrumb.astro index be1fc1d8..c56760ee 100644 --- a/src/components/Breadcrumb.astro +++ b/src/components/Breadcrumb.astro @@ -15,7 +15,7 @@ type Props = { const { breadcrumb, order, total } = Astro.props; --- -
+