From be91e1a078aec3285d77dd5605ec9f81b7e9523e Mon Sep 17 00:00:00 2001 From: Mike Johnston Date: Fri, 30 Jan 2026 21:57:04 -0500 Subject: [PATCH] move div for better presentation --- frontend/src/pages/Friends.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/Friends.jsx b/frontend/src/pages/Friends.jsx index 6a5180f..f2eda87 100644 --- a/frontend/src/pages/Friends.jsx +++ b/frontend/src/pages/Friends.jsx @@ -263,8 +263,8 @@ export default function Friends() { > {removing === friend.id ? 'Removing...' : 'Remove'} -
{friend.total_points} points
+
{friend.total_points} points
))} {challengeFriends.length > 0 && ( @@ -296,8 +296,8 @@ export default function Friends() { > {sending === friend.id ? 'Sending...' : friend.friendship_status === 'pending' ? 'Pending' : 'Add Friend'} -
{friend.total_points} points
+
{friend.total_points} points
))}