Skip to content

Commit daf18ea

Browse files
committed
chore: update toast text
1 parent 7b9c1fb commit daf18ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/utils/getLink.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export async function getLink(entity) {
88
: `${window.location.origin}/drive/file/${entity.name}`;
99
await navigator.clipboard.writeText(link);
1010
toast({
11-
title: "Copied link!",
11+
title: "Copied link",
1212
position: "bottom-right",
1313
timeout: 2,
1414
});

0 commit comments

Comments
 (0)