FEAT: Click on chatter's username to visit profile;

REFACTOR: Formatting;
This commit is contained in:
Chris-1010
2025-02-17 05:01:55 +00:00
parent c3fd9f5dee
commit ecb26223df
3 changed files with 39 additions and 11 deletions

View File

@@ -205,7 +205,7 @@ const UserPage: React.FC = () => {
{/* Content Section */}
<div
id="content"
className="col-span-2 bg-gray-800 rounded-lg p-6 grid grid-rows-[auto_1fr] items-center justify-center"
className="col-span-2 bg-gray-800 rounded-lg p-6 grid grid-rows-[auto_1fr] text-center items-center justify-center"
>
{userPageVariant === "streamer" && (
<>