fix footer casing
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m32s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m32s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user