diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-08-18 10:10:06 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-08-18 10:10:06 +0900 |
| commit | 427f4a2cda36a2f03a604532fdd8dbacfdbcc5fc (patch) | |
| tree | dfb068c4e7fe590f047c19472e0c79a8d262faab | |
| parent | Remove undefined style (#14427) (diff) | |
| download | sharkey-427f4a2cda36a2f03a604532fdd8dbacfdbcc5fc.tar.gz sharkey-427f4a2cda36a2f03a604532fdd8dbacfdbcc5fc.tar.bz2 sharkey-427f4a2cda36a2f03a604532fdd8dbacfdbcc5fc.zip | |
Update about-misskey.vue
| -rw-r--r-- | packages/frontend/src/pages/about-misskey.vue | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue index bf541b6a8a..a16c1eeacc 100644 --- a/packages/frontend/src/pages/about-misskey.vue +++ b/packages/frontend/src/pages/about-misskey.vue @@ -72,10 +72,6 @@ SPDX-License-Identifier: AGPL-3.0-only <img src="https://avatars.githubusercontent.com/u/4439005?v=4" :class="$style.contributorAvatar"> <span :class="$style.contributorUsername">@syuilo</span> </a> - <a href="https://github.com/tamaina" target="_blank" :class="$style.contributor"> - <img src="https://avatars.githubusercontent.com/u/7973572?v=4" :class="$style.contributorAvatar"> - <span :class="$style.contributorUsername">@tamaina</span> - </a> <a href="https://github.com/acid-chicken" target="_blank" :class="$style.contributor"> <img src="https://avatars.githubusercontent.com/u/20679825?v=4" :class="$style.contributorAvatar"> <span :class="$style.contributorUsername">@acid-chicken</span> |