Skip to content

Commit cfb0a7d

Browse files
committed
fixing notification message overflow
Signed-off-by: yash37158 <yash37158@gmail.com>
1 parent 33d1b56 commit cfb0a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sections/Projects/Sistent/identity/color

src/sections/Projects/Sistent/identity/color/code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ const CopyColor = ({ hex, token, copyValue }) => {
464464

465465
const getTooltipTitle = () => {
466466
if (copyState.isCopied) {
467-
return "Copied to clipboard!";
467+
return "Copied";
468468
}
469469
if (copyState.text === "Failed") {
470470
return "Failed to copy. Try again.";

0 commit comments

Comments
 (0)