From 9bc9094222cfdca7466541b2d9c2290ff7861ea1 Mon Sep 17 00:00:00 2001 From: mr0x50 <24775431+mroxso@users.noreply.github.com> Date: Fri, 7 Feb 2025 19:53:12 +0100 Subject: [PATCH] add emojis to statistics labels for better visual appeal --- components/dashboard/Statistics.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/dashboard/Statistics.tsx b/components/dashboard/Statistics.tsx index 6487a3b..0ed0107 100644 --- a/components/dashboard/Statistics.tsx +++ b/components/dashboard/Statistics.tsx @@ -116,7 +116,7 @@ const ProfileInfoCard: React.FC = ({ pubkey }) => {
- Followers + Followers 🫂
{followers.length}
@@ -127,7 +127,7 @@ const ProfileInfoCard: React.FC = ({ pubkey }) => {
- Following + Following 🫂
@@ -140,7 +140,7 @@ const ProfileInfoCard: React.FC = ({ pubkey }) => { - Zaps received + Zaps received ⚡️
{zapsReceived.length} zaps
@@ -152,7 +152,7 @@ const ProfileInfoCard: React.FC = ({ pubkey }) => {
- Zaps sent + Zaps sent ⚡️
{zapsSent.length} zaps