Skip to content

Commit a3442ee

Browse files
author
PoweredDeveloper
committed
feat: update image list
1 parent c8757a6 commit a3442ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/pages/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useEffect, useState } from 'react'
22
import AsciiImage from '@/components/effects/ascii-image'
33

4-
const IMAGES = [1, 3, 4, 5, 6, 7, 8, 9, 10, 11]
4+
const IMAGES = [1, 3, 4, 5]
55

66
export default function Home() {
77
const [image, setImage] = useState<string>('1.jpeg')

0 commit comments

Comments
 (0)