diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 17:02:50 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:13 +0100 |
| commit | d4e1df724301ca53c10785ecc8278ed9f48fb532 (patch) | |
| tree | 114dd1f64ad573d8799655708688454b8281e9ec /packages/frontend/src/components/MkNotification.vue | |
| parent | replaced ti-help-circle (diff) | |
| download | sharkey-d4e1df724301ca53c10785ecc8278ed9f48fb532.tar.gz sharkey-d4e1df724301ca53c10785ecc8278ed9f48fb532.tar.bz2 sharkey-d4e1df724301ca53c10785ecc8278ed9f48fb532.zip | |
replaced ti-x
Diffstat (limited to 'packages/frontend/src/components/MkNotification.vue')
| -rw-r--r-- | packages/frontend/src/components/MkNotification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue index 4ffc16042e..c9042d9d40 100644 --- a/packages/frontend/src/components/MkNotification.vue +++ b/packages/frontend/src/components/MkNotification.vue @@ -110,7 +110,7 @@ SPDX-License-Identifier: AGPL-3.0-only <span :class="$style.text" style="opacity: 0.6;">{{ i18n.ts.receiveFollowRequest }}</span> <div v-if="full && !followRequestDone" :class="$style.followRequestCommands"> <MkButton :class="$style.followRequestCommandButton" rounded primary @click="acceptFollowRequest()"><i class="ti ti-check"/> {{ i18n.ts.accept }}</MkButton> - <MkButton :class="$style.followRequestCommandButton" rounded danger @click="rejectFollowRequest()"><i class="ph-x ph-bold ph-lg"/> {{ i18n.ts.reject }}</MkButton> + <MkButton :class="$style.followRequestCommandButton" rounded danger @click="rejectFollowRequest()"><i class="ti ti-x"/> {{ i18n.ts.reject }}</MkButton> </div> </template> <span v-else-if="notification.type === 'test'" :class="$style.text">{{ i18n.ts._notification.notificationWillBeDisplayedLikeThis }}</span> |