fix(ui): icon class

environments/review-docs-feat-z0hkbz/deployments/19907
upsiflu 2024-12-20 15:59:09 +01:00
rodzic 20cd0350a1
commit 7d1e0e75ae
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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>