diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-11 12:08:15 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-11 12:08:15 +0900 |
| commit | 02d7fbefc447523704e3d7f8b7c0f2c9d4a4d01a (patch) | |
| tree | 9bd4e418be9d1390f9ca8f18829ce86ee62f96e1 /packages/frontend/src/components | |
| parent | chore: remove unused files (diff) | |
| download | misskey-02d7fbefc447523704e3d7f8b7c0f2c9d4a4d01a.tar.gz misskey-02d7fbefc447523704e3d7f8b7c0f2c9d4a4d01a.tar.bz2 misskey-02d7fbefc447523704e3d7f8b7c0f2c9d4a4d01a.zip | |
🎨
Diffstat (limited to 'packages/frontend/src/components')
| -rw-r--r-- | packages/frontend/src/components/MkPasswordDialog.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkPasswordDialog.vue b/packages/frontend/src/components/MkPasswordDialog.vue index e749725fea..4d1787d420 100644 --- a/packages/frontend/src/components/MkPasswordDialog.vue +++ b/packages/frontend/src/components/MkPasswordDialog.vue @@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkSpacer :marginMin="20" :marginMax="28"> <div style="padding: 0 0 16px 0; text-align: center;"> - <img src="/fluent-emoji/1f510.png" alt="🔐" style="display: block; margin: 0 auto; width: 48px;"> + <img src="/client-assets/locked_with_key_3d.png" alt="🔐" style="display: block; margin: 0 auto; width: 48px;"> <div style="margin-top: 16px;">{{ i18n.ts.authenticationRequiredToContinue }}</div> </div> |