@@ -89,7 +89,7 @@ export default function UserPage() {
-
+
Hello! My name is Raro, and im passionate about exploring new ideas
and cultures. I enjoy reading, traveling, and meeting new people.
Currently, im pursuing my interests in technology and innovation,
@@ -106,18 +106,18 @@ export default function UserPage() {
onValueChange={setActiveTab}
className="w-full flex-1 flex justify-center items-center"
>
-
+
{tabs.map((tab) => (
-
+ {tab.label}
))}
diff --git a/src/app/watch/[watchId]/mobileWatchPage.tsx b/src/app/watch/[watchId]/mobileWatchPage.tsx
index b52f406..0e5ec0d 100644
--- a/src/app/watch/[watchId]/mobileWatchPage.tsx
+++ b/src/app/watch/[watchId]/mobileWatchPage.tsx
@@ -39,7 +39,7 @@ export default function MobileWatchPage() {