summaryrefslogtreecommitdiff
path: root/packages/client/src/ui/deck/direct-column.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-19 19:01:30 +0900
committerGitHub <noreply@github.com>2022-12-19 19:01:30 +0900
commit917ef465a5520137b478ffcf16af5a9e717d7a40 (patch)
tree875796c757aa058e05ad9d50691f04e16ccd8db0 /packages/client/src/ui/deck/direct-column.vue
parentfix(client): add missing ref for MkButton (#9357) (diff)
downloadmisskey-917ef465a5520137b478ffcf16af5a9e717d7a40.tar.gz
misskey-917ef465a5520137b478ffcf16af5a9e717d7a40.tar.bz2
misskey-917ef465a5520137b478ffcf16af5a9e717d7a40.zip
Use tabler icons (#9354)
* wip * wip * wip * Update style.scss * wip * wip * wip * wip
Diffstat (limited to 'packages/client/src/ui/deck/direct-column.vue')
-rw-r--r--packages/client/src/ui/deck/direct-column.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/ui/deck/direct-column.vue b/packages/client/src/ui/deck/direct-column.vue
index 104f781b35..c60c5707f1 100644
--- a/packages/client/src/ui/deck/direct-column.vue
+++ b/packages/client/src/ui/deck/direct-column.vue
@@ -1,6 +1,6 @@
<template>
<XColumn :column="column" :is-stacked="isStacked" @parent-focus="$event => emit('parent-focus', $event)">
- <template #header><i class="fas fa-envelope" style="margin-right: 8px;"></i>{{ column.name }}</template>
+ <template #header><i class="ti ti-mail" style="margin-right: 8px;"></i>{{ column.name }}</template>
<XNotes :pagination="pagination"/>
</XColumn>