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/MkRemoteCaution.vue | |
| 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/MkRemoteCaution.vue')
| -rw-r--r-- | packages/frontend/src/components/MkRemoteCaution.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkRemoteCaution.vue b/packages/frontend/src/components/MkRemoteCaution.vue index 5106cdfd6a..2b59eab9d9 100644 --- a/packages/frontend/src/components/MkRemoteCaution.vue +++ b/packages/frontend/src/components/MkRemoteCaution.vue @@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only --> <template> -<div :class="$style.root"><i class="ph-warning ph-bold ph-lg" style="margin-right: 8px;"></i>{{ i18n.ts.remoteUserCaution }}<a :class="$style.link" :href="href" rel="nofollow noopener" target="_blank">{{ i18n.ts.showOnRemote }}</a></div> +<div :class="$style.root"><i class="ti ti-alert-triangle" style="margin-right: 8px;"></i>{{ i18n.ts.remoteUserCaution }}<a :class="$style.link" :href="href" rel="nofollow noopener" target="_blank">{{ i18n.ts.showOnRemote }}</a></div> </template> <script lang="ts" setup> |