DetailsPanel: revert copy SVG text

This commit is contained in:
rektdeckard
2020-10-25 16:52:18 -04:00
parent 55931e9f13
commit e38f82501d

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 to design software"} {copied === "svg" ? "Copied!" : "Copy SVG"}
</button> </button>
</div> </div>
</motion.div> </motion.div>