We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d13cb6 commit 6bba31cCopy full SHA for 6bba31c
src/components/ContentNode/CodeListing.vue
@@ -27,7 +27,7 @@
27
class="copy-button"
28
:class="{ copied: isCopied }"
29
@click="copyCodeToClipboard"
30
- aria-label="$t('icons.copy')"
+ :aria-label="$t('icons.copy')"
31
:title="$t('icons.copy')"
32
>
33
<CopyIcon v-if="!isCopied" class="copy-icon"/>
0 commit comments