replaced ti-x

This commit is contained in:
dakkar 2024-06-21 17:02:50 +01:00
parent bdffa579b8
commit d4e1df7243
28 changed files with 43 additions and 42 deletions

View file

@ -35,7 +35,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkButton @click="close">{{ i18n.ts.gotIt }}</MkButton>
</div>
</div>
<button class="_button" :class="$style.close" @click="close"><i class="ph-x ph-bold ph-lg"></i></button>
<button class="_button" :class="$style.close" @click="close"><i class="ti ti-x"></i></button>
</div>
</template>