diff --git a/ui/v2.5/src/components/Galleries/GalleryCard.tsx b/ui/v2.5/src/components/Galleries/GalleryCard.tsx index 3e211f06c..4f9a9ade0 100644 --- a/ui/v2.5/src/components/Galleries/GalleryCard.tsx +++ b/ui/v2.5/src/components/Galleries/GalleryCard.tsx @@ -36,7 +36,11 @@ export const GalleryCard: React.FC = (props) => { )); return ( - + @@ -130,6 +133,7 @@ export const PerformerCard: React.FC = ({ return ( = ( )); return ( - + diff --git a/ui/v2.5/src/components/Shared/PerformerPopoverButton.tsx b/ui/v2.5/src/components/Shared/PerformerPopoverButton.tsx index 762585664..f669281a8 100644 --- a/ui/v2.5/src/components/Shared/PerformerPopoverButton.tsx +++ b/ui/v2.5/src/components/Shared/PerformerPopoverButton.tsx @@ -30,7 +30,11 @@ export const PerformerPopoverButton: React.FC = ({ performers }) => { )); return ( - +