summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaichan <40626578+tai-cha@users.noreply.github.com>2023-11-22 12:20:07 +0900
committerGitHub <noreply@github.com>2023-11-22 12:20:07 +0900
commita4f886378627811d7fb8a5f58700c5fb2a1084e4 (patch)
treefd7187e938b25a4d61e73a1b45a8908166e416f2
parenttwitter埋め込みのsandbox属性にallow-popups-to-escape-sandboxを追加... (diff)
downloadsharkey-a4f886378627811d7fb8a5f58700c5fb2a1084e4.tar.gz
sharkey-a4f886378627811d7fb8a5f58700c5fb2a1084e4.tar.bz2
sharkey-a4f886378627811d7fb8a5f58700c5fb2a1084e4.zip
taichanne30 -> tai-cha (#12405)
-rw-r--r--packages/frontend/src/pages/about-misskey.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue
index 9fe7f7f79c..b106806135 100644
--- a/packages/frontend/src/pages/about-misskey.vue
+++ b/packages/frontend/src/pages/about-misskey.vue
@@ -65,9 +65,9 @@ SPDX-License-Identifier: AGPL-3.0-only
<img src="https://avatars.githubusercontent.com/u/67428053?v=4" :class="$style.contributorAvatar">
<span :class="$style.contributorUsername">@kakkokari-gtyih</span>
</a>
- <a href="https://github.com/taichanNE30" target="_blank" :class="$style.contributor">
+ <a href="https://github.com/tai-cha" target="_blank" :class="$style.contributor">
<img src="https://avatars.githubusercontent.com/u/40626578?v=4" :class="$style.contributorAvatar">
- <span :class="$style.contributorUsername">@taichanNE30</span>
+ <span :class="$style.contributorUsername">@tai-cha</span>
</a>
</div>
</FormSection>