DetailsPanel: copy button text revision

This commit is contained in:
rektdeckard
2020-10-13 02:11:32 -04:00
parent 5cef1dd7cf
commit 53b6d57f91

View File

@@ -230,7 +230,7 @@ const DetailsPanel: React.FC<InfoPanelProps> = (props) => {
) : ( ) : (
<Copy size={32} color="currentColor" weight="fill" /> <Copy size={32} color="currentColor" weight="fill" />
)} )}
{copied === "svg" ? "Copied!" : "Copy SVG"} {copied === "svg" ? "Copied!" : "Copy to design software"}
</button> </button>
</div> </div>
</motion.div> </motion.div>