feat(web): add copy workflow button

This commit is contained in:
BennyKok
2023-12-21 17:58:10 +08:00
parent 448cb55c89
commit d57842d2a9
3 changed files with 50 additions and 2 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ export function CopyButton({
<Copy size={14} />
</Button>
);
}
}