summaryrefslogtreecommitdiff
path: root/packages/frontend/src/ui/deck/column.vue
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-21 16:53:54 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:13 +0100
commitfb618dc624ec7fade36617f938ecdfd1705f7020 (patch)
treefef88596ecb5e3a6fdb11d43b30fc68c996049cc /packages/frontend/src/ui/deck/column.vue
parentreplaced ti-copy (diff)
downloadsharkey-fb618dc624ec7fade36617f938ecdfd1705f7020.tar.gz
sharkey-fb618dc624ec7fade36617f938ecdfd1705f7020.tar.bz2
sharkey-fb618dc624ec7fade36617f938ecdfd1705f7020.zip
replaced ti-chevron-up
Diffstat (limited to 'packages/frontend/src/ui/deck/column.vue')
-rw-r--r--packages/frontend/src/ui/deck/column.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/deck/column.vue b/packages/frontend/src/ui/deck/column.vue
index 18f79945d2..a063acccb8 100644
--- a/packages/frontend/src/ui/deck/column.vue
+++ b/packages/frontend/src/ui/deck/column.vue
@@ -26,7 +26,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</svg>
<div :class="$style.color"></div>
<button v-if="isStacked && !isMainColumn" :class="$style.toggleActive" class="_button" @click="toggleActive">
- <template v-if="active"><i class="ph-caret-up ph-bold ph-lg"></i></template>
+ <template v-if="active"><i class="ti ti-chevron-up"></i></template>
<template v-else><i class="ph-caret-down ph-bold ph-lg"></i></template>
</button>
<span :class="$style.title"><slot name="header"></slot></span>