mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -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>
|
||||
</div>
|
||||
<div class="_formBlock" style="text-align: center">
|
||||
{{ i18n.ts._aboutFirefish.about }}<br /><a
|
||||
{{ i18n.ts._aboutIceshrimp.about }}<br /><a
|
||||
href="https://iceshrimp.dev/"
|
||||
target="_blank"
|
||||
class="_link"
|
||||
|
@ -63,7 +63,7 @@
|
|||
<template #icon
|
||||
><i class="ph-code ph-bold ph-lg"></i
|
||||
></template>
|
||||
{{ i18n.ts._aboutFirefish.source }}
|
||||
{{ i18n.ts._aboutIceshrimp.source }}
|
||||
<template #suffix>Iceshrimp development</template>
|
||||
</FormLink>
|
||||
</div>
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
><i class="ph-money ph-bold ph-lg"></i
|
||||
></template>
|
||||
{{
|
||||
i18n.t("_aboutFirefish.donateHost", {
|
||||
i18n.t("_aboutIceshrimp.donateHost", {
|
||||
host: $instance.name || host,
|
||||
})
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue