diff --git a/src/components/Explore.tsx b/src/components/Explore.tsx index d1108deb..fb495520 100644 --- a/src/components/Explore.tsx +++ b/src/components/Explore.tsx @@ -232,11 +232,11 @@ const Explore: React.FC = ({ relayPool, activeTab: propActiveTab } case 'highlights': return highlights.length === 0 ? ( -
+

No highlights yet. Your friends should start highlighting content!

) : ( -
+
{highlights.map((highlight) => (