DetailsPanel: copy button text revision
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user