diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 15:31:32 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:12 +0100 |
| commit | 7d74cf62c3d1d0c483bf0c6e134a2b560fd6866e (patch) | |
| tree | 7a9ef459c4980bb2798e738a698191687b02f050 /packages/frontend/src/components/form | |
| parent | replaced ti-lock (diff) | |
| download | sharkey-7d74cf62c3d1d0c483bf0c6e134a2b560fd6866e.tar.gz sharkey-7d74cf62c3d1d0c483bf0c6e134a2b560fd6866e.tar.bz2 sharkey-7d74cf62c3d1d0c483bf0c6e134a2b560fd6866e.zip | |
replaced ti-alert-triangle
Diffstat (limited to 'packages/frontend/src/components/form')
| -rw-r--r-- | packages/frontend/src/components/form/suspense.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/form/suspense.vue b/packages/frontend/src/components/form/suspense.vue index 54566dc135..f6036a2680 100644 --- a/packages/frontend/src/components/form/suspense.vue +++ b/packages/frontend/src/components/form/suspense.vue @@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only </div> <div v-else> <div :class="$style.error"> - <div><i class="ph-warning ph-bold ph-lg"></i> {{ i18n.ts.somethingHappened }}</div> + <div><i class="ti ti-alert-triangle"></i> {{ i18n.ts.somethingHappened }}</div> <MkButton inline style="margin-top: 16px;" @click="retry"><i class="ph-arrow-clockwise ph-bold ph-lg"></i> {{ i18n.ts.retry }}</MkButton> </div> </div> |