We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82ca3e commit 29e35fcCopy full SHA for 29e35fc
1 file changed
src/app/(app)/(pages)/gallery/page.tsx
@@ -3,7 +3,7 @@ import path from "path"
3
import type { Metadata } from "next"
4
5
import { X_HANDLE } from "@/config/site"
6
-import { Gallery } from "@/app/(app)/components/gallery"
+import MasonryGallery from "@/components/mvpblocks/masonry-grid-1"
7
import {
8
PageHeading,
9
PageHeadingDescription,
@@ -68,7 +68,7 @@ export default function Page() {
68
<div className="h-4" />
69
<div className="screen-line-bottom h-px" />
70
71
- <Gallery images={images} />
+ <MasonryGallery images={images} />
72
73
<div className="screen-line-top h-4" />
74
</div>
0 commit comments