From e011dffe7d492688af4193690e12871a76f31ea8 Mon Sep 17 00:00:00 2001 From: white <122345776@umail.ucc.ie> Date: Wed, 5 Mar 2025 12:33:16 +0000 Subject: [PATCH] UPDATE: changed init to use environment variables instead of hard coded URL --- frontend/src/pages/UserPage.tsx | 2 +- web_server/blueprints/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/UserPage.tsx b/frontend/src/pages/UserPage.tsx index 76c21db..ac90133 100644 --- a/frontend/src/pages/UserPage.tsx +++ b/frontend/src/pages/UserPage.tsx @@ -232,7 +232,7 @@ const UserPage: React.FC = () => {
-

About {profileData.username}

+

About Me

{!isEditingBio && userPageVariant === "personal" && (