Skip to content

Commit 6bba31c

Browse files
Update src/components/ContentNode/CodeListing.vue
Co-authored-by: Marcus Ortiz <[email protected]>
1 parent 6d13cb6 commit 6bba31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ContentNode/CodeListing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
class="copy-button"
2828
:class="{ copied: isCopied }"
2929
@click="copyCodeToClipboard"
30-
aria-label="$t('icons.copy')"
30+
:aria-label="$t('icons.copy')"
3131
:title="$t('icons.copy')"
3232
>
3333
<CopyIcon v-if="!isCopied" class="copy-icon"/>

0 commit comments

Comments
 (0)