From d9dbb439263952f81f83cb8c6da8822a4786c941 Mon Sep 17 00:00:00 2001 From: mouad bouras Date: Thu, 26 Mar 2026 13:09:35 -0400 Subject: [PATCH] fix footer casing --- src/components/{Footer.astro => foot.astro} | 0 src/layouts/base.astro | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/components/{Footer.astro => foot.astro} (100%) diff --git a/src/components/Footer.astro b/src/components/foot.astro similarity index 100% rename from src/components/Footer.astro rename to src/components/foot.astro diff --git a/src/layouts/base.astro b/src/layouts/base.astro index 9f15a15..c903c63 100644 --- a/src/layouts/base.astro +++ b/src/layouts/base.astro @@ -4,7 +4,7 @@ import { getCollection } from 'astro:content'; import { getLocale } from '@/lib/locale'; import SEOHead from '@/components/seo-head.astro'; import Header from '@/components/header'; -import Footer from '@/components/footer.astro'; +import Footer from '@/components/foot.astro'; interface Props { title?: string;