feat: give carousel buttons to image-viewer(s) in mii page
This commit is contained in:
parent
75b0c95b77
commit
d95d8c2dd6
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ export default async function MiiPage({ params }: Props) {
|
||||||
width={256}
|
width={256}
|
||||||
height={170}
|
height={170}
|
||||||
className="rounded-xl bg-zinc-300 border-2 border-zinc-300 shadow-md aspect-[3/2] h-full object-contain"
|
className="rounded-xl bg-zinc-300 border-2 border-zinc-300 shadow-md aspect-[3/2] h-full object-contain"
|
||||||
|
images={images}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue