Skip to content

Commit

Permalink
Add title to copy buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jun 7, 2024
1 parent b49a998 commit 96fde66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HrefActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<b-icon-download v-else />
{{ buttonText }}
</b-button>
<CopyButton variant="primary" :copyText="href">
<CopyButton variant="primary" :copyText="href" :title="href">
{{ copyButtonText }}
</CopyButton>
<b-button v-if="hasShowButton" @click="show" variant="primary">
Expand Down

0 comments on commit 96fde66

Please sign in to comment.