We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c361c commit 96d4329Copy full SHA for 96d4329
components/home/Gallery.tsx
@@ -4,7 +4,7 @@ import { gallery2022 } from '../../constant/gallery2022'
4
5
const allImages = [...gallery, ...gallery2022]
6
7
-const showMoreLink = true
+const showMoreLink = false
8
9
export const Gallery = () => {
10
return (
0 commit comments