diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-19 13:53:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-19 13:53:41 +0900 |
| commit | f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e (patch) | |
| tree | b589c3f04550fc0fb94c59085bea8ffc930e7b04 /packages/client/src/widgets/notifications.vue | |
| parent | update depsd (diff) | |
| download | misskey-f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.tar.gz misskey-f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.tar.bz2 misskey-f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.zip | |
wip
Diffstat (limited to 'packages/client/src/widgets/notifications.vue')
| -rw-r--r-- | packages/client/src/widgets/notifications.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/src/widgets/notifications.vue b/packages/client/src/widgets/notifications.vue index 2729c310a0..e697209444 100644 --- a/packages/client/src/widgets/notifications.vue +++ b/packages/client/src/widgets/notifications.vue @@ -1,7 +1,7 @@ <template> <MkContainer :style="`height: ${widgetProps.height}px;`" :show-header="widgetProps.showHeader" :scrollable="true" class="mkw-notifications"> - <template #header><i class="fas fa-bell"></i>{{ i18n.ts.notifications }}</template> - <template #func><button class="_button" @click="configureNotification()"><i class="fas fa-cog"></i></button></template> + <template #header><i class="ti ti-bell"></i>{{ i18n.ts.notifications }}</template> + <template #func><button class="_button" @click="configureNotification()"><i class="ti ti-settings"></i></button></template> <div> <XNotifications :include-types="widgetProps.includingTypes"/> |