Skip to content

Commit

Permalink
syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloureed committed Jul 31, 2023
1 parent fb4bee5 commit abb7b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/legacy/src/elements/code-snippet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const copyToClipboard = async (event: Event) => {
window.setTimeout(() => {
label = 'Copy';
icon = 'content-coopy';
icon = 'content-copy';
}, 2000);
};
Expand Down

0 comments on commit abb7b0e

Please sign in to comment.