diff --git a/frontend/src/components/gallery.tsx b/frontend/src/components/gallery.tsx index 0ea6a8c..f852e0c 100644 --- a/frontend/src/components/gallery.tsx +++ b/frontend/src/components/gallery.tsx @@ -410,7 +410,7 @@ function GalleryImage({ src, nfsw }: { src: string; nfsw: boolean }) { {!show && ( <> diff --git a/frontend/src/pages/home_page.tsx b/frontend/src/pages/home_page.tsx index 32ee14a..f3f614b 100644 --- a/frontend/src/pages/home_page.tsx +++ b/frontend/src/pages/home_page.tsx @@ -187,7 +187,7 @@ function PinnedResourcesCarousel({ {resources.length > 1 && ( -
+
{resources.map((_, index) => (
-

- {t( - "Please check your network if the verification takes too long or the captcha does not appear.", - )} -

- {downloadToken && ( + {downloadToken ? (
- )} + ) :

+ {t( + "Please check your network if the verification takes too long or the captcha does not appear.", + )} +

}
); }