diff --git a/src/components/RecentActivity.tsx b/src/components/RecentActivity.tsx
index 607660e..81597bc 100644
--- a/src/components/RecentActivity.tsx
+++ b/src/components/RecentActivity.tsx
@@ -98,29 +98,29 @@ export const RecentActivity = ({ activities }: Props) => {
{/* Row 1: Group Size */}
-

+
{activity.groupSize}
- 🏆
+ {activity.coins.gold}
{/* Row 2: Participants */}
-

+
{activity.participants}
- 🏆
+ {activity.coins.gold}
{/* Row 3: Coins & Earnings */}
-

+
{activity.earnings}
- 🏆
+ {activity.coins.red}
@@ -129,4 +129,4 @@ export const RecentActivity = ({ activities }: Props) => {
);
-};
+};
\ No newline at end of file