diff --git a/src/components/Explore.tsx b/src/components/Explore.tsx index 5c4a4701..ac2a43e5 100644 --- a/src/components/Explore.tsx +++ b/src/components/Explore.tsx @@ -595,7 +595,7 @@ const Explore: React.FC = ({ relayPool, eventStore, settings, acti case 'highlights': if (showSkeletons) { return ( -
+
{Array.from({ length: 8 }).map((_, i) => ( ))} @@ -607,7 +607,7 @@ const Explore: React.FC = ({ relayPool, eventStore, settings, acti No highlights to show for the selected scope.
) : ( -
+
{classifiedHighlights.map((highlight) => (