diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-12-27 14:21:34 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-12-27 14:21:34 +0900 |
| commit | d87fecda7f8c281fd8c53e756e3f946f29f24a9a (patch) | |
| tree | bdcc610a420c8e7a3dc641286b5912e12927588c | |
| parent | refactor: paginationの型を明示する (#12809) (diff) | |
| download | misskey-d87fecda7f8c281fd8c53e756e3f946f29f24a9a.tar.gz misskey-d87fecda7f8c281fd8c53e756e3f946f29f24a9a.tar.bz2 misskey-d87fecda7f8c281fd8c53e756e3f946f29f24a9a.zip | |
chore(frontend): update team members
| -rw-r--r-- | packages/frontend/src/pages/about-misskey.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue index 7cf3aeb951..f8eced8d72 100644 --- a/packages/frontend/src/pages/about-misskey.vue +++ b/packages/frontend/src/pages/about-misskey.vue @@ -69,6 +69,14 @@ SPDX-License-Identifier: AGPL-3.0-only <img src="https://avatars.githubusercontent.com/u/40626578?v=4" :class="$style.contributorAvatar"> <span :class="$style.contributorUsername">@tai-cha</span> </a> + <a href="https://github.com/samunohito" target="_blank" :class="$style.contributor"> + <img src="https://avatars.githubusercontent.com/u/46447427?v=4" :class="$style.contributorAvatar"> + <span :class="$style.contributorUsername">@samunohito</span> + </a> + <a href="https://github.com/anatawa12" target="_blank" :class="$style.contributor"> + <img src="https://avatars.githubusercontent.com/u/22656849?v=4" :class="$style.contributorAvatar"> + <span :class="$style.contributorUsername">@anatawa12</span> + </a> </div> </FormSection> <FormSection> |