Conflict: Merge Conflicts

This commit is contained in:
EvanLin3141
2025-02-21 22:54:30 +00:00
parent 1f3a660883
commit 9866d1b400

View File

@@ -207,6 +207,7 @@ const UserPage: React.FC = () => {
{/* User Type (e.g., "USER") */}
<small className="text-green-400">{userPageVariant.toUpperCase()}</small>
Bio Section
<div className="mt-6 text-center">
<h2 className="text-xl font-semibold mb-3">About {profileData.username}</h2>
<p className="text-gray-300 whitespace-pre-wrap">{profileData.bio}</p>