summaryrefslogtreecommitdiff
path: root/packages/client/src/components/MkKeyValue.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/components/MkKeyValue.vue')
-rw-r--r--packages/client/src/components/MkKeyValue.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/MkKeyValue.vue b/packages/client/src/components/MkKeyValue.vue
index 586f7a3f9d..ff69c79641 100644
--- a/packages/client/src/components/MkKeyValue.vue
+++ b/packages/client/src/components/MkKeyValue.vue
@@ -5,7 +5,7 @@
</div>
<div class="value">
<slot name="value"></slot>
- <button v-if="copy" v-tooltip="i18n.ts.copy" class="_textButton" style="margin-left: 0.5em;" @click="copy_"><i class="far fa-copy"></i></button>
+ <button v-if="copy" v-tooltip="i18n.ts.copy" class="_textButton" style="margin-left: 0.5em;" @click="copy_"><i class="ti ti-copy"></i></button>
</div>
</div>
</template>