diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 16:53:54 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:13 +0100 |
| commit | fb618dc624ec7fade36617f938ecdfd1705f7020 (patch) | |
| tree | fef88596ecb5e3a6fdb11d43b30fc68c996049cc /packages/frontend/src/components/MkDateSeparatedList.vue | |
| parent | replaced ti-copy (diff) | |
| download | sharkey-fb618dc624ec7fade36617f938ecdfd1705f7020.tar.gz sharkey-fb618dc624ec7fade36617f938ecdfd1705f7020.tar.bz2 sharkey-fb618dc624ec7fade36617f938ecdfd1705f7020.zip | |
replaced ti-chevron-up
Diffstat (limited to 'packages/frontend/src/components/MkDateSeparatedList.vue')
| -rw-r--r-- | packages/frontend/src/components/MkDateSeparatedList.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkDateSeparatedList.vue b/packages/frontend/src/components/MkDateSeparatedList.vue index 475fbcb397..e6f044dd72 100644 --- a/packages/frontend/src/components/MkDateSeparatedList.vue +++ b/packages/frontend/src/components/MkDateSeparatedList.vue @@ -76,7 +76,7 @@ export default defineComponent({ class: $style['date-1'], }, [ h('i', { - class: `ph-caret-up ph-bold ph-lg ${$style['date-1-icon']}`, + class: `ti ti-chevron-up ${$style['date-1-icon']}`, }), getDateText(item.createdAt), ]), |