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