Typo
This commit is contained in:
@@ -77,7 +77,7 @@ export default function PhotoGallery({ user }: { user: IUser }) {
|
||||
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>
|
||||
<Button
|
||||
disabled={isLoading}
|
||||
onClick={() => setIsAddDialogOpen(true)}
|
||||
|
||||
Reference in New Issue
Block a user