Skip to content

Commit 5d37739

Browse files
committed
style(app): format gallery.tsx
1 parent 653585d commit 5d37739

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/app/(app)/components/gallery.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ export function Gallery({ images }: GalleryProps) {
2323

2424
return (
2525
<div className="py-4">
26-
<StickyCard002 cards={cards} className="h-[75vh] w-full rounded-3xl overflow-hidden border border-line bg-muted/10" />
26+
<StickyCard002
27+
cards={cards}
28+
className="h-[75vh] w-full overflow-hidden rounded-3xl border border-line bg-muted/10"
29+
/>
2730
</div>
2831
)
2932
}

0 commit comments

Comments
 (0)