fix(ui): icon class

This commit is contained in:
upsiflu 2024-12-20 15:59:09 +01:00
parent 50bb8808bf
commit f9bbfc3c88
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ const labels = computed(() => ({
{{ labels.support }}
<template #items>
<PopoverItem to="https://forum.funkwhale.audio">
<i class="bi-gear-fill" />
<i class="bi bi-gear-fill" />
{{ labels.forum }}
</PopoverItem>
<PopoverItem to="https://matrix.to/#/#funkwhale-support:matrix.org">
@ -119,7 +119,7 @@ const labels = computed(() => ({
{{ labels.chat }}
</PopoverItem>
<PopoverItem to="https://dev.funkwhale.audio/funkwhale/funkwhale/issues">
<i class="bi-gitlab" />
<i class="bi bi-gitlab" />
{{ labels.git }}
</PopoverItem>
</template>