summaryrefslogtreecommitdiff
path: root/packages/frontend/src
diff options
context:
space:
mode:
authorMarie <github@yuugi.dev>2024-09-06 22:46:34 +0000
committerMarie <github@yuugi.dev>2024-09-06 22:46:34 +0000
commitccc2cdb887bc74d1f6a721bc2d372b07bb2c1efa (patch)
treec38d4fc6316dcdd0fe01e75c500b7099d6efb576 /packages/frontend/src
parentmerge: chore: Remove esm from about page (!614) (diff)
downloadsharkey-ccc2cdb887bc74d1f6a721bc2d372b07bb2c1efa.tar.gz
sharkey-ccc2cdb887bc74d1f6a721bc2d372b07bb2c1efa.tar.bz2
sharkey-ccc2cdb887bc74d1f6a721bc2d372b07bb2c1efa.zip
chore: update contributor section
Diffstat (limited to 'packages/frontend/src')
-rw-r--r--packages/frontend/src/pages/about-sharkey.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/frontend/src/pages/about-sharkey.vue b/packages/frontend/src/pages/about-sharkey.vue
index 744e08f1f5..c79293249f 100644
--- a/packages/frontend/src/pages/about-sharkey.vue
+++ b/packages/frontend/src/pages/about-sharkey.vue
@@ -77,10 +77,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<FormSection>
<template #label>{{ i18n.ts._aboutMisskey.projectMembers }}</template>
<div :class="$style.contributors" style="margin-bottom: 8px;">
- <a href="https://activitypub.software/Amelia" target="_blank" :class="$style.contributor">
- <img src="https://activitypub.software/uploads/-/system/user/avatar/1/avatar.png?width=128" :class="$style.contributorAvatar">
- <span :class="$style.contributorUsername">@Amelia</span>
- </a>
<a href="https://activitypub.software/dakkar" target="_blank" :class="$style.contributor">
<img src="https://secure.gravatar.com/avatar/c71b315eed7c63ff94c42b1b3e8dbad1?s=192&d=identicon" :class="$style.contributorAvatar">
<span :class="$style.contributorUsername">@dakkar</span>
@@ -105,6 +101,10 @@ SPDX-License-Identifier: AGPL-3.0-only
<img src="https://activitypub.software/uploads/-/system/user/avatar/132/avatar.png?width=128" :class="$style.contributorAvatar">
<span :class="$style.contributorUsername">@tess</span>
</a>
+ <a href="https://activitypub.software/marie" target="_blank" :class="$style.contributor">
+ <img src="https://activitypub.software/uploads/-/system/user/avatar/2/avatar.png?width=128" :class="$style.contributorAvatar">
+ <span :class="$style.contributorUsername">@Marie</span>
+ </a>
</div>
<template #description><MkLink url="https://activitypub.software/TransFem-org/Sharkey/-/graphs/develop">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink></template>
</FormSection>