mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 03:23:08 +02:00
fix: icons
This commit is contained in:
parent
3c2c72539a
commit
fbddcc559a
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</MkFolder>
|
</MkFolder>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label><i class="ph-clip ph-bold ph-lg"></i> {{ i18n.ts._exportOrImport.clips }}</template>
|
<template #label><i class="ph-paperclip ph-bold ph-lg"></i> {{ i18n.ts._exportOrImport.clips }}</template>
|
||||||
<MkFolder>
|
<MkFolder>
|
||||||
<template #label>{{ i18n.ts.export }}</template>
|
<template #label>{{ i18n.ts.export }}</template>
|
||||||
<template #icon><i class="ph-download ph-bold ph-lg"></i></template>
|
<template #icon><i class="ph-download ph-bold ph-lg"></i></template>
|
||||||
|
|
|
@ -31,7 +31,7 @@ function toolsMenuItems(): MenuItem[] {
|
||||||
type: 'link',
|
type: 'link',
|
||||||
to: '/bubble-game',
|
to: '/bubble-game',
|
||||||
text: i18n.ts.bubbleGame,
|
text: i18n.ts.bubbleGame,
|
||||||
icon: 'ph-apple ph-bold ph-lg',
|
icon: 'ph-orange-slice ph-bold ph-lg',
|
||||||
}, ($i && ($i.isAdmin || $i.policies.canManageCustomEmojis)) ? {
|
}, ($i && ($i.isAdmin || $i.policies.canManageCustomEmojis)) ? {
|
||||||
type: 'link',
|
type: 'link',
|
||||||
to: '/custom-emojis-manager',
|
to: '/custom-emojis-manager',
|
||||||
|
|
Loading…
Reference in a new issue