grammar
This commit is contained in:
@@ -38,14 +38,14 @@ const copyAnchor = () => {
|
|||||||
.then(() => {
|
.then(() => {
|
||||||
useToastStore().addToast({
|
useToastStore().addToast({
|
||||||
title: "Copy to Clipboard",
|
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",
|
type: "success",
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
useToastStore().addToast({
|
useToastStore().addToast({
|
||||||
title: "Copy to Clipboard",
|
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",
|
type: "danger",
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user