From 1e3c74a28fd651ef68c3c3cf8e3c4d33ca6a1771 Mon Sep 17 00:00:00 2001 From: codytseng Date: Mon, 16 Dec 2024 23:04:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/AboutInfoDialog/index.tsx | 4 +++- .../src/components/AccountButton/ProfileButton.tsx | 2 +- .../src/components/NoteCard/ShortTextNoteCard.tsx | 1 + .../src/components/NoteStats/NoteOptions/index.tsx | 14 +++----------- src/renderer/src/components/Sidebar/index.tsx | 13 +++++-------- src/renderer/src/components/ui/dialog.tsx | 7 +------ .../src/layouts/PrimaryPageLayout/index.tsx | 6 +++--- .../src/layouts/SecondaryPageLayout/index.tsx | 6 +++++- .../src/pages/primary/NoteListPage/index.tsx | 10 +++++++++- 9 files changed, 31 insertions(+), 32 deletions(-) diff --git a/src/renderer/src/components/AboutInfoDialog/index.tsx b/src/renderer/src/components/AboutInfoDialog/index.tsx index eca4c95..7bab714 100644 --- a/src/renderer/src/components/AboutInfoDialog/index.tsx +++ b/src/renderer/src/components/AboutInfoDialog/index.tsx @@ -15,7 +15,9 @@ export default function AboutInfoDialog({ children }: { children: React.ReactNod Jumble - yet another nostr client + + A beautiful nostr client focused on browsing relay feeds +
Made by{' '} diff --git a/src/renderer/src/components/AccountButton/ProfileButton.tsx b/src/renderer/src/components/AccountButton/ProfileButton.tsx index 21737e8..d23b203 100644 --- a/src/renderer/src/components/AccountButton/ProfileButton.tsx +++ b/src/renderer/src/components/AccountButton/ProfileButton.tsx @@ -32,7 +32,7 @@ export default function ProfileButton({ if (variant === 'titlebar') { triggerComponent = (