From ab10bd0b47ee854697c81bbeaca1cd4b76123d1c Mon Sep 17 00:00:00 2001 From: Karmaa Date: Sat, 15 Mar 2025 02:19:30 -0500 Subject: [PATCH] Updated Profile modal to show username text more clearly --- src/modals/ProfileModal.jsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/modals/ProfileModal.jsx b/src/modals/ProfileModal.jsx index 198ef423..a4fb329b 100644 --- a/src/modals/ProfileModal.jsx +++ b/src/modals/ProfileModal.jsx @@ -47,7 +47,18 @@ const ProfileModal = ({ isHidden, getUser, handleDeleteUser, handleLogoutUser, s gap: 1, }} > - + + Username:
{getUserName()}