Frontend: Natty doesn't know how to icon
ci/woodpecker/push/ociImagePush Pipeline was successful Details

This commit is contained in:
Natty 2023-11-19 17:03:01 +01:00
parent 73fa4d2884
commit f55ff2b761
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
decoding="async"
/>
<span v-else-if="char && useOsNativeEmojis">{{ char }}</span>
<span v-else-if="isRaw"><i class="ph-file-dashed ph-lg"></i></span>
<span v-else-if="isRaw"><i class="ph-file-dashed ph-bold ph-lg"></i></span>
<span v-else>{{ emoji }}</span>
</template>