fix: broken icon

This commit is contained in:
Mar0xy 2023-11-02 23:19:04 +01:00
parent a8b4689501
commit c7e4bc6303
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<div v-if="hide" class="mod-player-disabled" @click="toggleVisible()">
<div>
<b><i class="fas fa-exlamation-triangle"></i> {{ i18n.ts.sensitive }}</b>
<b><i class="ph-eye ph-bold ph-lg"></i> {{ i18n.ts.sensitive }}</b>
<span>{{ i18n.ts.clickToShow }}</span>
</div>
</div>