fix formatting on remote url link

This commit is contained in:
Johann150 2023-03-05 14:15:24 +01:00
parent 74c2b79df1
commit 2759cd8174
Signed by: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<p>{{ i18n.ts._remoteInteract.description }}</p>
<section>
<p>{{ i18n.ts._remoteInteract.urlInstructions }}</p>
<a :href="remoteUrl">{{ remoteUrl }}</a>
<a :href="remoteUrl" class="_link">{{ remoteUrl }}</a>
<button v-tooltip="i18n.ts.copyUrl" class="_textButton" @click="copyUrl"><i class="far fa-copy"></i></button>
</section>
<aside>