Update frontend/src/components/ClipboardCopy.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-04-26 13:12:28 +02:00 committed by GitHub
parent 38fe002f4b
commit b6f855ea75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
</b-button>
</b-input-group-append>
</b-input-group>
<div v-if="noCopy">
<div v-else>
<div class="alert-danger p-3">{{ $t('gdd_per_link.not-copied') }}</div>
<div class="alert-muted h3 p-3">{{ link }}</div>
</div>