diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..4823711 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 5ca0aa6..9ffad0f 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,8 @@ Nostrly App + +
diff --git a/src/components/NoteCard.tsx b/src/components/NoteCard.tsx index 7e95011..1ebd8cb 100644 --- a/src/components/NoteCard.tsx +++ b/src/components/NoteCard.tsx @@ -220,7 +220,11 @@ const NoteCard: React.FC = ({ event, userMetadata }) => { const repostedEvent = getRepostedEvent() return ( -
+
e.stopPropagation()} + onMouseLeave={(e) => e.stopPropagation()} + > {/* Header */}