Update frontend/src/components/TransactionLinks/TransactionLink.vue

Co-authored-by: Alexander Friedland <ogerly@users.noreply.github.com>
This commit is contained in:
mahula 2022-07-05 09:05:59 +02:00
parent fe4a95e32d
commit b8ba6af906

View File

@ -22,7 +22,7 @@
<b-icon icon="clipboard"></b-icon>
{{ $t('gdd_per_link.copy') }}
</b-dropdown-item>
<b-dropdown-item v-if="validLink" class="test-copy-link" @click="copyLinkWithText()">
<b-dropdown-item v-if="validLink" class="test-copy-text pt-3" @click="copyLinkWithText()">
<b-icon icon="clipboard-plus"></b-icon>
{{ $t('gdd_per_link.copy-with-text') }}
</b-dropdown-item>