Skip to content
Snippets Groups Projects
Unverified Commit c1c3793a authored by Insert5StarName's avatar Insert5StarName
Browse files

chore: update contributers and add note to docker compose

parent 84e82f03
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ version: "3"
services:
web:
# replace image below with git.joinsharkey.org/sharkey/sharkey:stable on next release
# image: ghcr.io/transfem-org/sharkey:stable
build: .
restart: always
......
......@@ -44,13 +44,13 @@ 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://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">@Mar0xy</span>
<a href="https://git.joinsharkey.org/Marie" target="_blank" :class="$style.contributor">
<img src="https://git.joinsharkey.org/avatar/0d57abf583f5ed6cf37f47055a1e1aa4?size=512" :class="$style.contributorAvatar">
<span :class="$style.contributorUsername">@Marie</span>
</a>
<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>
<a href="https://git.joinsharkey.org/Amelia" target="_blank" :class="$style.contributor">
<img src="https://git.joinsharkey.org/avatars/0634b661b89d6e45137074b6ddcd0b9ffc4cf467f2188ec12416ec6f91bb9d42?size=512" :class="$style.contributorAvatar">
<span :class="$style.contributorUsername">@Amelia</span>
</a>
</div>
<template #caption><MkLink url="https://github.com/transfem-org/sharkey/graphs/contributors">{{ i18n.ts._aboutMisskey.allContributors }}</MkLink></template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment