Typo
This commit is contained in:
@@ -32,7 +32,7 @@ export default function PhotoGallery() {
|
||||
return (
|
||||
<div className="container mx-auto px-4 py-8">
|
||||
<div className="flex justify-between items-center mb-8">
|
||||
<h1 className="text-3xl font-bold">Gallerie Photo</h1>
|
||||
<h1 className="text-3xl font-bold">Galerie Photo</h1>
|
||||
</div>
|
||||
{isLoading ? (
|
||||
<div className="flex w-full h-full justify-center">
|
||||
|
||||
@@ -156,7 +156,7 @@ export default async function Home() {
|
||||
tagLine=""
|
||||
cta="Voir toutes les photos"
|
||||
ctaHref="/gallery"
|
||||
title="Gallerie"
|
||||
title="Galerie"
|
||||
>
|
||||
<HomepageGalleryItems />
|
||||
</Gallery>
|
||||
|
||||
Reference in New Issue
Block a user