Skip to content

Commit

Permalink
Merge pull request saurabhnemade#1 from nathanh357/patch-1
Browse files Browse the repository at this point in the history
Update App.tsx
  • Loading branch information
saurabhnemade authored Feb 12, 2024
2 parents 408dfb4 + 5b5cbcc commit cb6a0f7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ export default function Page() {
const phrases = [
"No",
"Are you sure?",
"Really sure?",
"Think again!",
"Last chance!",
"Surely not?",
"You might regret this!",
"Give it another thought!",
"Are you absolutely certain?",
"This could be a mistake!",
"Have a heart!",
"Don't be so cold!",
"Change of heart?",
"Wouldn't you reconsider?",
"Is that your final answer?",
"You're breaking my heart ;(",
"What if I asked really nicely?",
"Pretty please",
"With a chocolate rice cake on top",
"What about a matcha frostie",
"PLEASE POOKIE",
"But :*(",
"I am going to die",
"Yep im dead",
"ok ur talking to nathan's ghost",
"please babe",
":((((",
"PRETTY PLEASE",
"Estoy muerto",
"No :(",
];

return phrases[Math.min(noCount, phrases.length - 1)];
Expand All @@ -38,7 +38,7 @@ export default function Page() {
{yesPressed ? (
<>
<img src="https://media.tenor.com/gUiu1zyxfzYAAAAi/bear-kiss-bear-kisses.gif" />
<div className="my-4 text-4xl font-bold">Ok yay!!!</div>
<div className="my-4 text-4xl font-bold">WOOOOOO!!! I love you pookie!! ;))</div>
</>
) : (
<>
Expand Down

0 comments on commit cb6a0f7

Please sign in to comment.