replaced ti-checklist

This commit is contained in:
dakkar 2024-06-21 16:33:05 +01:00
parent 5e465e222e
commit 721b41a436
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<div>
<div :class="$style.banner">
<i class="ph-check ph-bold ph-lglist"></i>
<i class="ti ti-checklist"></i>
</div>
<MkSpacer :marginMin="20" :marginMax="28">
<div class="_gaps_m">

View file

@ -165,6 +165,7 @@ export function getConfig(): UserConfig {
'ti ti-exclamation-circle': 'ph-warning-circle ph-bold ph-lg',
'ti ti-user-exclamation': 'ph-warning-circle ph-bold ph-lg',
'ti ti-info-circle': 'ph-info ph-bold ph-lg',
'ti ti-checklist': 'ph-list-checks ph-bold ph-lg',
},
}),
...process.env.NODE_ENV === 'production'