diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-06 09:41:14 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-06 09:41:14 +0900 |
| commit | 372a17d7f0fd4e95086b5e9685d4c21a3550422b (patch) | |
| tree | e6c4dca5d37651f6479df74f624bd6ee252b75f4 /packages/frontend/src/components/MkRemoteCaution.vue | |
| parent | fix(backend): Set correct access control of admin/drive/files (#9472) (diff) | |
| download | misskey-372a17d7f0fd4e95086b5e9685d4c21a3550422b.tar.gz misskey-372a17d7f0fd4e95086b5e9685d4c21a3550422b.tar.bz2 misskey-372a17d7f0fd4e95086b5e9685d4c21a3550422b.zip | |
refactor
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 d5dc01c1f8..6d398e770d 100644 --- a/packages/frontend/src/components/MkRemoteCaution.vue +++ b/packages/frontend/src/components/MkRemoteCaution.vue @@ -1,5 +1,5 @@ <template> -<div class="jmgmzlwq _block"><i class="ti ti-alert-triangle" style="margin-right: 8px;"></i>{{ i18n.ts.remoteUserCaution }}<a class="link" :href="href" rel="nofollow noopener" target="_blank">{{ i18n.ts.showOnRemote }}</a></div> +<div class="jmgmzlwq"><i class="ti ti-alert-triangle" style="margin-right: 8px;"></i>{{ i18n.ts.remoteUserCaution }}<a class="link" :href="href" rel="nofollow noopener" target="_blank">{{ i18n.ts.showOnRemote }}</a></div> </template> <script lang="ts" setup> |