diff --git a/package.json b/package.json index 227efbbf..451ec3ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primal-web-app", - "version": "0.77.22", + "version": "0.77.23", "description": "", "scripts": { "start": "vite", diff --git a/src/components/NotificationAvatar/NotificationAvatar.tsx b/src/components/NotificationAvatar/NotificationAvatar.tsx index 570cf86e..b6388130 100644 --- a/src/components/NotificationAvatar/NotificationAvatar.tsx +++ b/src/components/NotificationAvatar/NotificationAvatar.tsx @@ -52,11 +52,6 @@ const NotificationAvatar: Component<{ > +{props.number} - - - - - ) } diff --git a/src/components/Notifications/NotificationItem.tsx b/src/components/Notifications/NotificationItem.tsx index b52aa23f..270b2a46 100644 --- a/src/components/Notifications/NotificationItem.tsx +++ b/src/components/Notifications/NotificationItem.tsx @@ -159,7 +159,7 @@ const NotificationItem: Component = (props) => { href={`/p/${user.npub}`} class={styles.avatar} title={userName(user)} > - + )} diff --git a/src/components/Notifications/NotificationItem2.tsx b/src/components/Notifications/NotificationItem2.tsx index d817ef6c..dd385ec8 100644 --- a/src/components/Notifications/NotificationItem2.tsx +++ b/src/components/Notifications/NotificationItem2.tsx @@ -131,7 +131,7 @@ const NotificationItem2: Component = (props) => { href={`/p/${user()?.npub}`} class={styles.avatar} title={userName(user())} > - + diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index ec924b9a..2aa8a4cd 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -151,7 +151,7 @@ const Home: Component = () => { class={styles.avatar} title={userName(user)} > - + )}