diff --git a/app/layout.tsx b/app/layout.tsx
index 6b51d27..3a2a6c6 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -56,8 +56,7 @@ export default function RootLayout({
}>) {
return (
-
-
+
{children}
-
+
{/* */}
diff --git a/components/Script.tsx b/components/Script.tsx
index 6866b4b..0fe641d 100644
--- a/components/Script.tsx
+++ b/components/Script.tsx
@@ -32,7 +32,7 @@ function ScriptItem() {
function handleCopy(type: string, value: any) {
navigator.clipboard.writeText(value);
- toast(
+ toast.success(
Copied {type} to clipboard