We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653585d commit 5d37739Copy full SHA for 5d37739
1 file changed
src/app/(app)/components/gallery.tsx
@@ -23,7 +23,10 @@ export function Gallery({ images }: GalleryProps) {
23
24
return (
25
<div className="py-4">
26
- <StickyCard002 cards={cards} className="h-[75vh] w-full rounded-3xl overflow-hidden border border-line bg-muted/10" />
+ <StickyCard002
27
+ cards={cards}
28
+ className="h-[75vh] w-full overflow-hidden rounded-3xl border border-line bg-muted/10"
29
+ />
30
</div>
31
)
32
}
0 commit comments