patrons as span, not div

This commit is contained in:
ThatOneCalculator 2023-05-05 18:32:00 -07:00
parent e284e3e620
commit 0d7ddf532d
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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",