Update Card.svelte

This commit is contained in:
Vivek Raman
2022-01-09 13:07:40 +05:30
committed by GitHub
parent 69e5a8776b
commit 3e08d4739a

View File

@@ -15,7 +15,7 @@
let clipboardCopy = false;
const copy = () => {
copyToClipboard(`${packageManagers[manager]}l ${cleanupNpm(npm)}`).then(
copyToClipboard(`${packageManagers[manager]} ${cleanupNpm(npm)}`).then(
() => (clipboardCopy = false)
);
clipboardCopy = true;