update toast function in Script.tsx

This commit is contained in:
Bram Suurd
2024-05-17 00:26:10 +02:00
parent 3c206a7307
commit 597965e564
2 changed files with 2 additions and 3 deletions

View File

@@ -56,7 +56,6 @@ export default function RootLayout({
}>) {
return (
<html lang="en" suppressHydrationWarning>
<head></head>
<body className={inter.className}>
<ThemeProvider
attribute="class"
@@ -78,4 +77,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -45,7 +45,7 @@ function ScriptItem() {
if (parseInt(amountOfScriptsCopied) === 3) {
setTimeout(() => {
toast(
toast.info(
<div className="flex flex-col gap-3">
<p className="lg">
If you like what you are seeing, consider starring the