summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMar0xy <marie@kaifa.ch>2023-09-26 13:56:54 +0200
committerMar0xy <marie@kaifa.ch>2023-09-26 13:56:54 +0200
commit586ec6e77b58669c581bcb5de299753352fff276 (patch)
treee69d1e8d4bdb5a6dc760e0b991d8d39108a48a35
parentfix: not being able to only send emojis (diff)
downloadsharkey-586ec6e77b58669c581bcb5de299753352fff276.tar.gz
sharkey-586ec6e77b58669c581bcb5de299753352fff276.tar.bz2
sharkey-586ec6e77b58669c581bcb5de299753352fff276.zip
upd: about page
-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 4b4e6b7ce0..9b2afb0ff2 100644
--- a/packages/frontend/src/pages/about-sharkey.vue
+++ b/packages/frontend/src/pages/about-sharkey.vue
@@ -44,13 +44,13 @@ SPDX-License-Identifier: AGPL-3.0-only
<FormSection>
<template #label>{{ i18n.ts._aboutMisskey.contributors }}</template>
<div :class="$style.contributors">
- <a href="https://github.com/mar0xy" target="_blank" :class="$style.contributor">
+ <a href="https://github.com/Mar0xy" target="_blank" :class="$style.contributor">
<img src="https://avatars.githubusercontent.com/u/8841466?v=4" :class="$style.contributorAvatar">
- <span :class="$style.contributorUsername">@mar0rxy</span>
+ <span :class="$style.contributorUsername">@Mar0xy</span>
</a>
- <a href="https://github.com/insert5starname" target="_blank" :class="$style.contributor">
+ <a href="https://github.com/Insert5StarName" target="_blank" :class="$style.contributor">
<img src="https://avatars.githubusercontent.com/u/123300075?v=4" :class="$style.contributorAvatar">
- <span :class="$style.contributorUsername">@insert5starname</span>
+ <span :class="$style.contributorUsername">@Insert5StarName</span>
</a>
</div>
<template #caption><MkLink url="https://github.com/transfem-org/sharkey/graphs/contributors">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink></template>