replaced ti-shield ti-shield-lock

This commit is contained in:
dakkar 2024-06-21 13:20:42 +01:00
parent 0b0b2e95da
commit b149a67a4b
10 changed files with 12 additions and 10 deletions

View file

@ -190,7 +190,7 @@ const menuDef = computed(() => [{
to: '/admin/branding',
active: currentPage.value?.route.name === 'branding',
}, {
icon: 'ph-shield ph-bold ph-lg',
icon: 'ti ti-shield',
text: i18n.ts.moderation,
to: '/admin/moderation',
active: currentPage.value?.route.name === 'moderation',

View file

@ -144,7 +144,7 @@ const headerTabs = computed(() => []);
definePageMetadata(() => ({
title: i18n.ts.moderation,
icon: 'ph-shield ph-bold ph-lg',
icon: 'ti ti-shield',
}));
</script>

View file

@ -31,7 +31,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkInput>
<MkSelect v-model="rolePermission" :readonly="readonly">
<template #label><i class="ph-shield ph-bold ph-lg-lock"></i> {{ i18n.ts._role.permission }}</template>
<template #label><i class="ti ti-shield-lock"></i> {{ i18n.ts._role.permission }}</template>
<template #caption><div v-html="i18n.ts._role.descriptionOfPermission.replaceAll('\n', '<br>')"></div></template>
<option value="normal">{{ i18n.ts.normalUser }}</option>
<option value="moderator">{{ i18n.ts.moderator }}</option>

View file

@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<FormSuspense :p="init">
<div class="_gaps_m">
<MkFolder>
<template #icon><i class="ph-shield ph-bold ph-lg"></i></template>
<template #icon><i class="ti ti-shield"></i></template>
<template #label>{{ i18n.ts.botProtection }}</template>
<template v-if="enableHcaptcha" #suffix>hCaptcha</template>
<template v-else-if="enableMcaptcha" #suffix>mCaptcha</template>