fix: 🎨

This commit is contained in:
codytseng
2025-12-12 10:32:28 +08:00
parent 51fc7d4c05
commit 4d7c55862c

View File

@@ -26,7 +26,7 @@ export default function BannerWithLightbox({
className="rounded-none w-full aspect-[3/1]" className="rounded-none w-full aspect-[3/1]"
classNames={{ classNames={{
skeleton: 'rounded-none', skeleton: 'rounded-none',
wrapper: 'rounded-none border-none' wrapper: 'rounded-none border-none aspect-[3/1]'
}} }}
errorPlaceholder={defaultBanner} errorPlaceholder={defaultBanner}
ignoreAutoLoadPolicy ignoreAutoLoadPolicy