1
0

replaced ti-link

This commit is contained in:
dakkar
2024-06-21 14:48:54 +01:00
parent 65605683c7
commit bc0fbca65e
13 changed files with 24 additions and 23 deletions
@@ -25,12 +25,12 @@ SPDX-License-Identifier: AGPL-3.0-only
<FormLink to="/admin/server-rules">{{ i18n.ts.serverRules }}</FormLink>
<MkInput v-model="tosUrl" type="url">
<template #prefix><i class="ph-link ph-bold ph-lg"></i></template>
<template #prefix><i class="ti ti-link"></i></template>
<template #label>{{ i18n.ts.tosUrl }}</template>
</MkInput>
<MkInput v-model="privacyPolicyUrl" type="url">
<template #prefix><i class="ph-link ph-bold ph-lg"></i></template>
<template #prefix><i class="ti ti-link"></i></template>
<template #label>{{ i18n.ts.privacyPolicyUrl }}</template>
</MkInput>
@@ -40,7 +40,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkTextarea>
<MkInput v-model="inquiryUrl" type="url">
<template #prefix><i class="ph-link ph-bold ph-lg"></i></template>
<template #prefix><i class="ti ti-link"></i></template>
<template #label>{{ i18n.ts._serverSettings.inquiryUrl }}</template>
<template #caption>{{ i18n.ts._serverSettings.inquiryUrlDescription }}</template>
</MkInput>