chore: fix icons

This commit is contained in:
Marie 2023-12-31 22:26:19 +01:00
parent ce6fadf767
commit 6a46e30f67
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
11 changed files with 27 additions and 27 deletions

View file

@ -96,7 +96,7 @@ async function chooseList(ev: MouseEvent): Promise<void> {
(lists.length === 0 ? undefined : { type: 'divider' }),
{
type: 'link' as const,
icon: 'ti ti-plus',
icon: 'ph-plus ph-bold ph-lg',
text: i18n.ts.createNew,
to: '/my/lists',
},
@ -116,7 +116,7 @@ async function chooseAntenna(ev: MouseEvent): Promise<void> {
(antennas.length === 0 ? undefined : { type: 'divider' }),
{
type: 'link' as const,
icon: 'ti ti-plus',
icon: 'ph-plus ph-bold ph-lg',
text: i18n.ts.createNew,
to: '/my/antennas',
},
@ -143,7 +143,7 @@ async function chooseChannel(ev: MouseEvent): Promise<void> {
(channels.length === 0 ? undefined : { type: 'divider' }),
{
type: 'link' as const,
icon: 'ti ti-plus',
icon: 'ph-plus ph-bold ph-lg',
text: i18n.ts.createNew,
to: '/channels',
},