From aaad63f0d648813d3215808172dbaf4b2b51c82e Mon Sep 17 00:00:00 2001
From: Lucas <100660343+lulunac27a@users.noreply.github.com>
Date: Wed, 15 Apr 2026 13:34:46 -0500
Subject: [PATCH 1/2] Make text bigger
6px text size is too small to read, so I made it bigger and easier to read
---
src/app/[username]/ProfileClient.tsx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/app/[username]/ProfileClient.tsx b/src/app/[username]/ProfileClient.tsx
index a43bc68..e3de089 100644
--- a/src/app/[username]/ProfileClient.tsx
+++ b/src/app/[username]/ProfileClient.tsx
@@ -321,7 +321,7 @@ export function ProfileClient({ username, initialData }: ProfileClientProps) {
Neural Roast
Roast
-
+
Live
@@ -380,7 +380,7 @@ export function ProfileClient({ username, initialData }: ProfileClientProps) {
height={48}
className="w-12 h-12 object-contain group-hover:invert transition-all"
/>
-
+
{slug.replace(/-/g, " ")}
@@ -391,7 +391,7 @@ export function ProfileClient({ username, initialData }: ProfileClientProps) {
key={i}
className="neo-box p-4 bg-white flex flex-col items-center gap-2 group relative cursor-help border-2 border-black hover:bg-black hover:text-white transition-all hover:-translate-y-1"
>
-
+
{area}
From 80e24b965ec59122b42af42071ee7e6478254765 Mon Sep 17 00:00:00 2001
From: Lucas <100660343+lulunac27a@users.noreply.github.com>
Date: Wed, 15 Apr 2026 13:38:59 -0500
Subject: [PATCH 2/2] Fix text size
---
src/app/[username]/ProfileClient.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/[username]/ProfileClient.tsx b/src/app/[username]/ProfileClient.tsx
index e3de089..68e09b5 100644
--- a/src/app/[username]/ProfileClient.tsx
+++ b/src/app/[username]/ProfileClient.tsx
@@ -321,7 +321,7 @@ export function ProfileClient({ username, initialData }: ProfileClientProps) {
Neural Roast
Roast
-
+
Live