File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,25 @@ import { useState } from "react"
44import { motion , AnimatePresence } from "framer-motion"
55
66const POSITIVE_RESPONSES = [
7- "Sounds Awesome !" ,
8- "Yes, Please !" ,
9- "Let's Do It !" ,
10- "Count Me In !" ,
7+ "Sounds awesome !" ,
8+ "Yes, please !" ,
9+ "Let's do it !" ,
10+ "Count me in !" ,
1111 "Absolutely!" ,
12- "That's Perfect !" ,
13- "I'm In !" ,
14- "Show Me More !" ,
12+ "That's perfect !" ,
13+ "I'm in !" ,
14+ "Show me more !" ,
1515]
1616
1717const NEGATIVE_RESPONSES = [
1818 "Not on your life!" ,
19- "No Thanks !" ,
19+ "No thanks !" ,
2020 "Pass!" ,
21- "Next Option !" ,
22- "Not For Me !" ,
23- "Skip This !" ,
21+ "Next option !" ,
22+ "Not for me !" ,
23+ "Skip this !" ,
2424 "Nope!" ,
25- "Let's Try Something Else !" ,
25+ "Let's try something else !" ,
2626]
2727
2828const getRandomItem = ( array : string [ ] ) => {
You can’t perform that action at this time.
0 commit comments