Skip to content

Commit 29e35fc

Browse files
committed
refactor(gallery): restore original animated masonry grid layout
1 parent f82ca3e commit 29e35fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/(app)/(pages)/gallery/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from "path"
33
import type { Metadata } from "next"
44

55
import { X_HANDLE } from "@/config/site"
6-
import { Gallery } from "@/app/(app)/components/gallery"
6+
import MasonryGallery from "@/components/mvpblocks/masonry-grid-1"
77
import {
88
PageHeading,
99
PageHeadingDescription,
@@ -68,7 +68,7 @@ export default function Page() {
6868
<div className="h-4" />
6969
<div className="screen-line-bottom h-px" />
7070

71-
<Gallery images={images} />
71+
<MasonryGallery images={images} />
7272

7373
<div className="screen-line-top h-4" />
7474
</div>

0 commit comments

Comments
 (0)