Merge pull request 'chore: use better icons' (#10115) from naskya/calckey:chore/better-icons into develop

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10115
This commit is contained in:
Kainoa Kanter 2023-05-14 14:03:12 +00:00
commit 02d39d43fb
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ function getMenu() {
},
{
text: i18n.ts.describeFile,
icon: "ph-cursor-text ph-bold ph-lg",
icon: "ph-subtitles ph-bold ph-lg",
action: describe,
},
null,

View File

@ -6,7 +6,7 @@
@parent-focus="($event) => emit('parent-focus', $event)"
>
<template #header>
<i class="ph-television ph-bold ph-lg"></i
<i class="ph-flying-saucer ph-bold ph-lg"></i
><span style="margin-left: 8px">{{ column.name }}</span>
</template>