diff --git a/apps/desktop2/src/routes/panel.tsx b/apps/desktop2/src/routes/panel.tsx index a77ad7cd..0ab5a31f 100644 --- a/apps/desktop2/src/routes/panel.tsx +++ b/apps/desktop2/src/routes/panel.tsx @@ -269,40 +269,46 @@ function TextNote({ event }: { event: NostrEvent }) { .slice(0, 3); return ( - - - - - -
-
- - - {formatCreatedAt(event.created_at)} - -
-
- - Reply to: - -
- {pTags.map((replyTo) => ( - - - - - - ))} +
- - -
-
-
{event.content}
-
- - + + +
+
+
{event.content}
+
+ + + ); } diff --git a/src-tauri/icons/tray.png b/src-tauri/icons/tray.png index 081c8977..9317426e 100644 Binary files a/src-tauri/icons/tray.png and b/src-tauri/icons/tray.png differ