fix(ui): icon class
This commit is contained in:
parent
50bb8808bf
commit
f9bbfc3c88
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue