Fixed repo link in the frontend

This commit is contained in:
Natty 2024-02-17 14:46:04 +01:00
parent f441de806f
commit 5430fc81f4
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 35 additions and 27 deletions

View File

@ -1,8 +1,8 @@
<template>
<MkStickyContainer>
<template #header
><MkPageHeader :actions="headerActions" :tabs="headerTabs"
/></template>
<template #header>
<MkPageHeader :actions="headerActions" :tabs="headerTabs" />
</template>
<div style="overflow: clip">
<MkSpacer :content-max="600" :margin-min="20">
<div class="_formRoot znqjceqz">
@ -32,14 +32,16 @@
:class="{
_physics_circle_: !emoji.emoji.startsWith(':'),
}"
><MagEmoji
>
<MagEmoji
class="emoji"
:emoji="emoji.emoji"
:custom-emojis="$instance.emojis"
:is-reaction="false"
:normal="true"
:no-style="true"
/></span>
/>
</span>
</div>
<div class="_formBlock" style="text-align: center">
{{ i18n.ts._aboutMisskey.about }}<br /><a
@ -52,7 +54,7 @@
<FormSection>
<div class="_formLinks">
<FormLink
to="https://codeberg.org/calckey/calckey"
to="https://git.astolfo.cool/natty/magnetar"
external
>
<template #icon
@ -93,10 +95,11 @@
(Magnetar)
</template>
<div class="_formLinks">
<FormLink to="/@natty@astolfo.social"
><Mfm
<FormLink to="/@natty@astolfo.social">
<Mfm
:text="'@natty@astolfo.social (Main developer)'"
/></FormLink>
/>
</FormLink>
</div>
</FormSection>
<FormSection>
@ -105,35 +108,40 @@
(Calckey)
</template>
<div class="_formLinks">
<FormLink to="/@kainoa@calckey.social"
><Mfm
<FormLink to="/@kainoa@calckey.social">
<Mfm
:text="'$[sparkle @kainoa@calckey.social] (Main developer)'"
/></FormLink>
<FormLink to="/@april@calckey.social"
><Mfm :text="'@april@calckey.social (Backend)'"
/></FormLink>
<FormLink to="/@freeplay@calckey.social"
><Mfm
/>
</FormLink>
<FormLink to="/@april@calckey.social">
<Mfm
:text="'@april@calckey.social (Backend)'"
/>
</FormLink>
<FormLink to="/@freeplay@calckey.social">
<Mfm
:text="'@freeplay@calckey.social (UI/UX)'"
/></FormLink>
<FormLink to="/@panos@calckey.social"
><Mfm
/>
</FormLink>
<FormLink to="/@panos@calckey.social">
<Mfm
:text="'@panos@calckey.social (Project Coordinator)'"
/></FormLink>
/>
</FormLink>
<FormLink
to="https://www.youtube.com/c/Henkiwashere"
external
>Henki (error images artist)</FormLink
>
>Henki (error images artist)
</FormLink>
</div>
<template #caption
><MkLink
<template #caption>
<MkLink
url="https://codeberg.org/calckey/calckey/activity"
>{{
i18n.ts._aboutMisskey.allContributors
}}</MkLink
></template
>
>
</template>
</FormSection>
</div>
</MkSpacer>