diff --git a/components/ui/gallery.tsx b/components/ui/gallery.tsx index 3c907fd..09cae35 100644 --- a/components/ui/gallery.tsx +++ b/components/ui/gallery.tsx @@ -43,42 +43,46 @@ const Gallery = ({ id, columns, closeMenu }: GalleryProps) => { const renderButtons = () => { return ( - <> +
+
+ + - - - -
+ + +
- + ); }; const handleDownload = (image: string) => { @@ -163,28 +167,9 @@ const Gallery = ({ id, columns, closeMenu }: GalleryProps) => {
- - +
{renderButtons()} +
{selectedImage ? ( <> { display: selectedImage ? "flex" : "block", alignItems: "flex-start", }} - > + >
+ {images @@ -229,6 +215,7 @@ const Gallery = ({ id, columns, closeMenu }: GalleryProps) => { /> ))} +
<>