feat: give carousel buttons to image-viewer(s) in mii page

This commit is contained in:
trafficlunar 2025-04-18 16:29:31 +01:00
parent 75b0c95b77
commit d95d8c2dd6

View file

@ -127,6 +127,7 @@ export default async function MiiPage({ params }: Props) {
width={256}
height={170}
className="rounded-xl bg-zinc-300 border-2 border-zinc-300 shadow-md aspect-[3/2] h-full object-contain"
images={images}
/>
))}
</div>