mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:13:08 +02:00
Update about-misskey.vue
This commit is contained in:
parent
0736eea3fd
commit
674fd0bdd0
1 changed files with 0 additions and 18 deletions
|
@ -79,24 +79,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
<FormSection>
|
|
||||||
<template #label>{{ i18n.ts._aboutMisskey.contributors }}</template>
|
|
||||||
<div :class="$style.contributors" style="margin-bottom: 8px;">
|
|
||||||
<a href="https://github.com/mei23" target="_blank" :class="$style.contributor">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/30769358?v=4" :class="$style.contributorAvatar">
|
|
||||||
<span :class="$style.contributorUsername">@mei23</span>
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/rinsuki" target="_blank" :class="$style.contributor">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/6533808?v=4" :class="$style.contributorAvatar">
|
|
||||||
<span :class="$style.contributorUsername">@rinsuki</span>
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/robflop" target="_blank" :class="$style.contributor">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/8159402?v=4" :class="$style.contributorAvatar">
|
|
||||||
<span :class="$style.contributorUsername">@robflop</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<MkLink url="https://github.com/misskey-dev/misskey/graphs/contributors">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink>
|
|
||||||
</FormSection>
|
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label>Special thanks</template>
|
<template #label>Special thanks</template>
|
||||||
<div style="display:grid;grid-template-columns:repeat(auto-fill, minmax(130px, 1fr));grid-gap:24px;align-items:center;">
|
<div style="display:grid;grid-template-columns:repeat(auto-fill, minmax(130px, 1fr));grid-gap:24px;align-items:center;">
|
||||||
|
|
Loading…
Reference in a new issue