diff options
| author | taichan <40626578+tai-cha@users.noreply.github.com> | 2023-11-22 12:20:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-22 12:20:07 +0900 |
| commit | a4f886378627811d7fb8a5f58700c5fb2a1084e4 (patch) | |
| tree | fd7187e938b25a4d61e73a1b45a8908166e416f2 | |
| parent | twitter埋め込みのsandbox属性にallow-popups-to-escape-sandboxを追加... (diff) | |
| download | sharkey-a4f886378627811d7fb8a5f58700c5fb2a1084e4.tar.gz sharkey-a4f886378627811d7fb8a5f58700c5fb2a1084e4.tar.bz2 sharkey-a4f886378627811d7fb8a5f58700c5fb2a1084e4.zip | |
taichanne30 -> tai-cha (#12405)
| -rw-r--r-- | packages/frontend/src/pages/about-misskey.vue | 4 |
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> |