From 4d7c55862cd5442543f2ab416cda3e3f8e691acf Mon Sep 17 00:00:00 2001 From: codytseng Date: Fri, 12 Dec 2025 10:32:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Profile/BannerWithLightbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Profile/BannerWithLightbox.tsx b/src/components/Profile/BannerWithLightbox.tsx index 682cba2..183ed40 100644 --- a/src/components/Profile/BannerWithLightbox.tsx +++ b/src/components/Profile/BannerWithLightbox.tsx @@ -26,7 +26,7 @@ export default function BannerWithLightbox({ className="rounded-none w-full aspect-[3/1]" classNames={{ skeleton: 'rounded-none', - wrapper: 'rounded-none border-none' + wrapper: 'rounded-none border-none aspect-[3/1]' }} errorPlaceholder={defaultBanner} ignoreAutoLoadPolicy