From 0d42f8687f638868c99d701efb1a83dfeb28af6d Mon Sep 17 00:00:00 2001 From: codytseng Date: Mon, 9 Jun 2025 10:53:49 +0800 Subject: [PATCH] feat: update profile banner aspect ratio to 3/1 --- src/pages/secondary/ProfilePage/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/secondary/ProfilePage/index.tsx b/src/pages/secondary/ProfilePage/index.tsx index a670d278..76ea8e4b 100644 --- a/src/pages/secondary/ProfilePage/index.tsx +++ b/src/pages/secondary/ProfilePage/index.tsx @@ -89,7 +89,7 @@ const ProfilePage = forwardRef(({ id, index }: { id?: string; index?: number },
- +
@@ -111,7 +111,7 @@ const ProfilePage = forwardRef(({ id, index }: { id?: string; index?: number },