mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-28 21:08:52 -07:00
Fix about page
This commit is contained in:
parent
55bffb1778
commit
3ea160e8b6
2 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
||||||
/></span>
|
/></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="_formBlock" style="text-align: center">
|
<div class="_formBlock" style="text-align: center">
|
||||||
{{ i18n.ts._aboutFirefish.about }}<br /><a
|
{{ i18n.ts._aboutIceshrimp.about }}<br /><a
|
||||||
href="https://iceshrimp.dev/"
|
href="https://iceshrimp.dev/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="_link"
|
class="_link"
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
<template #icon
|
<template #icon
|
||||||
><i class="ph-code ph-bold ph-lg"></i
|
><i class="ph-code ph-bold ph-lg"></i
|
||||||
></template>
|
></template>
|
||||||
{{ i18n.ts._aboutFirefish.source }}
|
{{ i18n.ts._aboutIceshrimp.source }}
|
||||||
<template #suffix>Iceshrimp development</template>
|
<template #suffix>Iceshrimp development</template>
|
||||||
</FormLink>
|
</FormLink>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
><i class="ph-money ph-bold ph-lg"></i
|
><i class="ph-money ph-bold ph-lg"></i
|
||||||
></template>
|
></template>
|
||||||
{{
|
{{
|
||||||
i18n.t("_aboutFirefish.donateHost", {
|
i18n.t("_aboutIceshrimp.donateHost", {
|
||||||
host: $instance.name || host,
|
host: $instance.name || host,
|
||||||
})
|
})
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue