replaced ti-whirl

This commit is contained in:
dakkar 2024-06-22 13:38:56 +01:00
parent df26b6501d
commit 712682ea47
10 changed files with 13 additions and 14 deletions

View file

@ -57,7 +57,7 @@ export function openInstanceMenu(ev: MouseEvent) {
}, {
type: 'link',
text: i18n.ts.federation,
icon: 'ph-globe-hemisphere-west ph-bold ph-lg',
icon: 'ti ti-whirl',
to: '/about#federation',
}, {
type: 'link',

View file

@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<i v-else-if="column.tl === 'local'" class="ti ti-planet"></i>
<i v-else-if="column.tl === 'social'" class="ph-rocket-launch ph-bold ph-lg"></i>
<i v-else-if="column.tl === 'bubble'" class="ph-thumb-up ph-bold ph-lg"></i>
<i v-else-if="column.tl === 'global'" class="ph-globe-hemisphere-west ph-bold ph-lg"></i>
<i v-else-if="column.tl === 'global'" class="ti ti-whirl"></i>
<span style="margin-left: 8px;">{{ column.name }}</span>
</template>