From 597965e56440233193b02245d0e47f7a67f5af6c Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Fri, 17 May 2024 00:26:10 +0200 Subject: [PATCH] update toast function in Script.tsx --- app/layout.tsx | 3 +-- components/Script.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 3a2a6c6..96565d5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -56,7 +56,6 @@ export default function RootLayout({ }>) { return ( - ); -} +} \ No newline at end of file diff --git a/components/Script.tsx b/components/Script.tsx index 798afc2..4485244 100644 --- a/components/Script.tsx +++ b/components/Script.tsx @@ -45,7 +45,7 @@ function ScriptItem() { if (parseInt(amountOfScriptsCopied) === 3) { setTimeout(() => { - toast( + toast.info(

If you like what you are seeing, consider starring the