Skip to content

Commit

Permalink
fix: video path
Browse files Browse the repository at this point in the history
  • Loading branch information
vdhieu committed Jan 5, 2024
1 parent 5a8e3fb commit 6c421eb
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 57 deletions.
113 changes: 56 additions & 57 deletions components/LandingPage/Gallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,63 +5,62 @@ import { useState } from 'react'

const stickers = [
'+1.mp4',
'crying.mp4',
'disappear.mp4',
'flickering.mp4',
'lick.mp4',
'ok_3.mp4',
'rainbow.mp4',
'shocked.mp4',
'sweating.mp4',
'underwater.mp4',
'agree.mp4',
'cup.mp4',
'disco.mp4',
'grieve.mp4',
'look.mp4',
'panic.mp4',
'rich.mp4',
'shy.mp4',
'think.mp4',
'wagging_tail.mp4',
'angry.mp4',
'dancing.mp4',
'dizzy.mp4',
'happy.mp4',
'lotus.mp4',
'press_button.mp4',
'rich_2.mp4',
'sleeping.mp4',
'throbbing_heart.mp4',
'wat.mp4',
'begging.mp4',
'despising_look.mp4',
'drained.mp4',
'heart.mp4',
'no.mp4',
'pressing_phone.mp4',
'scare.mp4',
'sparkle.mp4',
'throwing_money.mp4',
'yoink.mp4',
'broke.mp4',
'dinosaur.mp4',
'exciting.mp4',
'kiss_neko.mp4',
'ok.mp4',
'rabby_kiss.mp4',
'scratching_head.mp4',
'sparkle.mp4',
'tired.mp4',
'zoom_in.mp4',
'clapping.mp4',
'disagree.mp4',
'fedora_heart.mp4',
'laugh.mp4',
'ok_2.mp4',
'raged.mp4',
'shifty.mp4',
'trippy.mp4',
'Agree.mp4',
'Angry.mp4',
'Begging.mp4',
'Broke.mp4',
'Clapping.mp4',
'Crying.mp4',
'Cup.mp4',
'Dancing.mp4',
'Despising_look.mp4',
'Dinosaur.mp4',
'Disagree.mp4',
'Disappear.mp4',
'Disco.mp4',
'Dizzy.mp4',
'Drained.mp4',
'Exciting.mp4',
'Fedora_Heart.mp4',
'Flickering.mp4',
'Grieve.mp4',
'Happy.mp4',
'Heart.mp4',
'Kiss_Neko.mp4',
'Laugh.mp4',
'Lick.mp4',
'Look.mp4',
'Lotus.mp4',
'No.mp4',
'OK_2.mp4',
'OK_3.mp4',
'Ok.mp4',
'Panic.mp4',
'Press_button.mp4',
'Pressing_Phone.mp4',
'Rabby_kiss.mp4',
'Raged.mp4',
'Rainbow.mp4',
'Rich.mp4',
'Rich_2.mp4',
'Scare.mp4',
'Scratching_head.mp4',
'Shifty.mp4',
'Shocked.mp4',
'Shy.mp4',
'Sleeping.mp4',
'Sparkle.mp4',
'Sweating.mp4',
'Think.mp4',
'Throbbing_Heart.mp4',
'Throwing_money.mp4',
'Tired.mp4',
'Trippy.mp4',
'Underwater.mp4',
'Wagging_Tail.mp4',
'Wat.mp4',
'Yoink.mp4',
'Zoom_in.mp4',
]

export default function Gallery() {
Expand Down
Empty file removed public/images/neko-sticker/+1.webm
Empty file.

0 comments on commit 6c421eb

Please sign in to comment.