Skip to content

Commit

Permalink
duration update
Browse files Browse the repository at this point in the history
1800ms to 4s
  • Loading branch information
januff committed May 5, 2023
1 parent 15d7962 commit 84fbf9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Home: NextPage = () => {

const notify = () => toast('All content generated at Dearaibby.com, including emojis, is presented for entertainment purposes only. It is not intended to replace or substitute for any financial, medical, legal, any other professional advice, or the unsolicited opinions of families, friends, or Twitter reply guys. Under no conditions should you take it seriously.',{
id: 'caution',
duration: 1800
duration: 4000
});

const generateAdvice = async (e: any) => {
Expand Down Expand Up @@ -128,7 +128,7 @@ const Home: NextPage = () => {
</AnimatePresence>
</ResizablePanel>

<div className="bg-white rounded-xl text-slate-900 font-medium px-4 py-1 sm:mt-4 mt-0 hover:bg-white/80 tracking-tighter">
<div className="bg-white rounded-xl text-slate-900 font-medium px-4 py-1 sm:mt-4 mt-0 hover:bg-white/80 tracking-tight">
<button onClick={notify}>Caution!</button>
<Toaster
position="bottom-center"
Expand Down

1 comment on commit 84fbf9c

@vercel
Copy link

@vercel vercel bot commented on 84fbf9c May 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.