mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-06 12:47:44 +00:00
Update Card.svelte
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user