fix(ui): replace undefined antd icon names left in skill_detail

This commit is contained in:
Tin Chi Lo 2026-08-24 14:16:08 -04:00
parent 10b42a84e6
commit 3e07a65b4e

View file

@ -343,7 +343,7 @@ const SkillDetail: React.FC<SkillDetailProps> = ({ skill, onBack }) => {
padding: 0,
}}
>
{copiedKey === "marketplace-cmd" ? <CheckOutlined /> : <CopyOutlined />}
{copiedKey === "marketplace-cmd" ? <Check className="size-3" /> : <Copy className="size-3" />}
{copiedKey === "marketplace-cmd" ? "Copied" : "Copy"}
</button>
</div>