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:
commit
02d39d43fb
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue