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