Skip to content

Commit 96d4329

Browse files
committed
gallery
1 parent 53c361c commit 96d4329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/home/Gallery.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { gallery2022 } from '../../constant/gallery2022'
44

55
const allImages = [...gallery, ...gallery2022]
66

7-
const showMoreLink = true
7+
const showMoreLink = false
88

99
export const Gallery = () => {
1010
return (

0 commit comments

Comments
 (0)