diff --git a/apps/web/src/components/note/index.tsx b/apps/web/src/components/note/index.tsx
index d960b1333..0736f9a1d 100644
--- a/apps/web/src/components/note/index.tsx
+++ b/apps/web/src/components/note/index.tsx
@@ -496,6 +496,7 @@ export const noteMenuItems: (
"text/html": `${note.title}`,
"text/markdown": `[${note.title}](${url})`
});
+ showToast("success", strings.linkCopied());
}
},
{
@@ -594,6 +595,7 @@ export const noteMenuItems: (
"text/html": `${note.title}`,
"text/markdown": `[${note.title}](${link})`
});
+ showToast("success", strings.linkCopied());
}
},
{