diff --git a/src/components/Me.tsx b/src/components/Me.tsx index ef2adceb..2d72eeaa 100644 --- a/src/components/Me.tsx +++ b/src/components/Me.tsx @@ -221,7 +221,11 @@ const Me: React.FC = ({ relayPool, activeTab: propActiveTab, pubkey: pr case 'highlights': return highlights.length === 0 ? (
-

No highlights yet. Start highlighting content to see them here!

+

+ {isOwnProfile + ? 'No highlights yet. Start highlighting content to see them here!' + : 'No highlights yet. You should shame them on nostr!'} +

) : (