fix: 🐛 properly display caption
This commit is contained in:
parent
6f426ee9e6
commit
8c980a3a3c
1 changed files with 16 additions and 14 deletions
|
@ -64,7 +64,7 @@
|
||||||
><i class="ph-code ph-bold ph-lg"></i
|
><i class="ph-code ph-bold ph-lg"></i
|
||||||
></template>
|
></template>
|
||||||
{{ i18n.ts._aboutFirefish.source }}
|
{{ i18n.ts._aboutFirefish.source }}
|
||||||
<template #suffix>Codeberg</template>
|
<template #suffix>GitLab</template>
|
||||||
</FormLink>
|
</FormLink>
|
||||||
<FormLink
|
<FormLink
|
||||||
to="https://opencollective.com/firefish"
|
to="https://opencollective.com/firefish"
|
||||||
|
@ -117,31 +117,33 @@
|
||||||
:text="'@blackspike@mastodon.cloud (Logo Design)'"
|
:text="'@blackspike@mastodon.cloud (Logo Design)'"
|
||||||
/></FormLink>
|
/></FormLink>
|
||||||
</div>
|
</div>
|
||||||
<h3>{{ i18n.ts._aboutFirefish.Contributors }}</h3>
|
<h3
|
||||||
|
style="
|
||||||
|
font-weight: 700;
|
||||||
|
margin: 1.5em 0 16px;
|
||||||
|
font-size: 1em;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
{{ i18n.ts._aboutFirefish.misskeyContributors }}
|
||||||
|
</h3>
|
||||||
<div class="_formLinks">
|
<div class="_formLinks">
|
||||||
<FormLink to="/@syuilo@misskey.io"
|
<FormLink to="/@syuilo@misskey.io"
|
||||||
><Mfm
|
><Mfm :text="'@syuilo@misskey.io'"
|
||||||
:text="'@syuilo@misskey.io'"
|
|
||||||
/></FormLink>
|
/></FormLink>
|
||||||
<FormLink to="/@aqz@p1.a9z.dev"
|
<FormLink to="/@aqz@p1.a9z.dev"
|
||||||
><Mfm
|
><Mfm :text="'@aqz@p1.a9z.dev'"
|
||||||
:text="'@aqz@p1.a9z.dev'"
|
|
||||||
/></FormLink>
|
/></FormLink>
|
||||||
<FormLink to="/@ac@misskey.cloud"
|
<FormLink to="/@ac@misskey.cloud"
|
||||||
><Mfm
|
><Mfm :text="'@ac@misskey.cloud'"
|
||||||
:text="'@ac@misskey.cloud'"
|
|
||||||
/></FormLink>
|
/></FormLink>
|
||||||
<FormLink to="/@rinsuki@mstdn.rinsuki.net"
|
<FormLink to="/@rinsuki@mstdn.rinsuki.net"
|
||||||
><Mfm
|
><Mfm :text="'@rinsuki@mstdn.rinsuki.net'"
|
||||||
:text="'@rinsuki@mstdn.rinsuki.net'"
|
|
||||||
/></FormLink>
|
/></FormLink>
|
||||||
<FormLink to="/@mei23@misskey.m544.net"
|
<FormLink to="/@mei23@misskey.m544.net"
|
||||||
><Mfm
|
><Mfm :text="'@mei23@misskey.m544.net'"
|
||||||
:text="'@mei23@misskey.m544.net'"
|
|
||||||
/></FormLink>
|
/></FormLink>
|
||||||
<FormLink to="/@robflop@misskey.io"
|
<FormLink to="/@robflop@misskey.io"
|
||||||
><Mfm
|
><Mfm :text="'@robflop@misskey.io'"
|
||||||
:text="'@robflop@misskey.io'"
|
|
||||||
/></FormLink>
|
/></FormLink>
|
||||||
</div>
|
</div>
|
||||||
<h3>
|
<h3>
|
||||||
|
|
Loading…
Reference in a new issue