This commit is contained in:
ThatOneCalculator 2022-11-18 23:28:18 -08:00
parent 2c64955144
commit 221872fa3d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "calckey", "name": "calckey",
"version": "12.119.0-calc.15.2", "version": "12.119.0-calc.15.3",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -39,7 +39,7 @@
<template #label><Mfm text="$[jelly ❤]"/> {{ i18n.ts._aboutMisskey.patrons }}</template> <template #label><Mfm text="$[jelly ❤]"/> {{ i18n.ts._aboutMisskey.patrons }}</template>
<MkSparkle> <MkSparkle>
<div v-for="patron in patrons" :key="patron" style="margin-bottom: 0.5rem"> <div v-for="patron in patrons" :key="patron" style="margin-bottom: 0.5rem">
<Mfm :text="`$[x2 ${patron}]`"/> <Mfm :text="`${patron}`"/>
</div> </div>
</MkSparkle> </MkSparkle>
<template #caption>{{ i18n.ts._aboutMisskey.morePatrons }}</template> <template #caption>{{ i18n.ts._aboutMisskey.morePatrons }}</template>