fix footer casing
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m32s

This commit is contained in:
2026-03-26 13:09:35 -04:00
parent 50ad21bb42
commit d9dbb43926
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import { getCollection } from 'astro:content';
import { getLocale } from '@/lib/locale'; import { getLocale } from '@/lib/locale';
import SEOHead from '@/components/seo-head.astro'; import SEOHead from '@/components/seo-head.astro';
import Header from '@/components/header'; import Header from '@/components/header';
import Footer from '@/components/footer.astro'; import Footer from '@/components/foot.astro';
interface Props { interface Props {
title?: string; title?: string;