+1
-1
src/components/FavoriteButton.tsx
+1
-1
src/components/FavoriteButton.tsx
+1
-1
src/components/GalleryPage.tsx
+1
-1
src/components/GalleryPage.tsx
···
42
42
{!isCreator
43
43
? (
44
44
<div class="flex self-start gap-2 flex-row w-full sm:w-fit">
45
-
<FavoriteButton class="flex-1" gallery={gallery} />
45
+
<FavoriteButton gallery={gallery} />
46
46
<CommentsButton class="flex-1" gallery={gallery} />
47
47
<ShareGalleryDialogButton class="flex-1" gallery={gallery} />
48
48
</div>