This commit is contained in:
2023-04-24 14:42:31 +10:00
parent 6a79204204
commit bcb25b5d5e

View File

@@ -38,14 +38,14 @@ const copyAnchor = () => {
.then(() => {
useToastStore().addToast({
title: "Copy to Clipboard",
content: "The header URL has been copied to the clipboard",
content: "The header URL has been copied to the clipboard.",
type: "success",
});
})
.catch(() => {
useToastStore().addToast({
title: "Copy to Clipboard",
content: "Failed to copy the header URL to the clipboard",
content: "Failed to copy the header URL to the clipboard.",
type: "danger",
});
});