mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
Update page.tsx
This commit is contained in:
parent
4a3c7023ba
commit
cd5d0bf304
@ -46,7 +46,7 @@ function PageComponent() {
|
||||
return (
|
||||
<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-full flex pb-36">
|
||||
<div className="w-full flex pb-48">
|
||||
<GalleryThumbnail id={selectedGallery as string} columns={3} onSelect={function (id: string, columns: number): void {
|
||||
} } title={""} subscription={""} tags={[]} showNsfw={false} nsfw={false} ></GalleryThumbnail>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user