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",
"version": "12.119.0-calc.15.2",
"version": "12.119.0-calc.15.3",
"codename": "aqua",
"repository": {
"type": "git",

View file

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