patrons as span, not div
This commit is contained in:
parent
e284e3e620
commit
0d7ddf532d
|
@ -129,13 +129,13 @@
|
|||
{{ i18n.ts._aboutMisskey.patrons }}</template
|
||||
>
|
||||
<MkSparkle>
|
||||
<div
|
||||
<span
|
||||
v-for="patron in patrons"
|
||||
:key="patron"
|
||||
style="margin-bottom: 0.5rem"
|
||||
>
|
||||
<Mfm :text="`${patron}`" />
|
||||
</div>
|
||||
<Mfm :text="`${patron}` " />
|
||||
</span>
|
||||
</MkSparkle>
|
||||
<template #caption>{{
|
||||
i18n.ts._aboutMisskey.morePatrons
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"patrons": [
|
||||
"@atomicpoet@vancity.social",
|
||||
"@shoq@newsroom.social",
|
||||
"@shoq@mastodon.social",
|
||||
"@pikadude@erisly.social",
|
||||
"@sage@stop.voring.me",
|
||||
"@sky@therian.club",
|
||||
|
|
Loading…
Reference in New Issue