diff --git a/resources/js/guest/pages/GalleryPage.tsx b/resources/js/guest/pages/GalleryPage.tsx index 860a6ef..b4bfa44 100644 --- a/resources/js/guest/pages/GalleryPage.tsx +++ b/resources/js/guest/pages/GalleryPage.tsx @@ -315,12 +315,12 @@ export default function GalleryPage() { releaseLabel={t('common.releaseToRefresh')} refreshingLabel={t('common.refreshing')} > - - + +
@@ -347,7 +347,6 @@ export default function GalleryPage() { )}
-
- - {loading && ( - - {t('galleryPage.loading', 'Lade…')} - - )} - + {loading && ( + + {t('galleryPage.loading', 'Lade…')} + + )} + {list.map((p: GalleryPhoto) => { const imageUrl = normalizeImageUrl(p.thumbnail_path || p.file_path); const createdLabel = p.created_at