kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(ui): icon class
rodzic
20cd0350a1
commit
7d1e0e75ae
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue