Update page.tsx

This commit is contained in:
Damien Ostler 2024-06-02 04:52:32 -04:00
parent cd5d0bf304
commit fa6bf10249

View File

@ -47,7 +47,7 @@ function PageComponent() {
<div className="w-full text-white flex justify-center items-center animate-in"> <div className="w-full text-white flex justify-center items-center animate-in">
<div className="w-1/2 rounded-md bg-primary p-12 mt-32"> <div className="w-1/2 rounded-md bg-primary p-12 mt-32">
<div className="w-full flex pb-48"> <div className="w-full flex pb-48">
<GalleryThumbnail id={selectedGallery as string} columns={3} onSelect={function (id: string, columns: number): void { <GalleryThumbnail id={encodeURIComponent(selectedGallery as string)} columns={3} onSelect={function (id: string, columns: number): void {
} } title={""} subscription={""} tags={[]} showNsfw={false} nsfw={false} ></GalleryThumbnail> } } title={""} subscription={""} tags={[]} showNsfw={false} nsfw={false} ></GalleryThumbnail>
</div> </div>
<div className="w-full flex"> <div className="w-full flex">