chore: update app info

pull/474/head
patak 2022-12-20 11:58:50 +01:00
rodzic 8de1c95fd3
commit b369f80703
2 zmienionych plików z 9 dodań i 4 usunięć

Wyświetl plik

@ -55,6 +55,11 @@ const teams: Team[] = [
<b text-primary>{{ $t('help.desc_highlight') }}</b>
{{ $t('help.desc_para2') }}
</p>
<p>
Before that, if you'd like to help with testing, giving feedback, or contributing, <a font-bold text-primary href="/m.webtoo.ls/@elk" target="_blank">
reach out to us on Mastodon
</a> and get involved.
</p>
{{ $t('help.desc_para3') }}
<p flex="~ gap-2 wrap" mxa>
<template v-for="team of teams" :key="team.github">
@ -63,8 +68,8 @@ const teams: Team[] = [
</a>
</template>
</p>
<p italic text-2xl>
<span text-lg font-script>The Elk Team</span>
<p italic flex justify-center w-full>
<span text-xl font-script>The Elk Team</span>
</p>
<button btn-solid mxa tabindex="2" @click="emit('close')">

Wyświetl plik

@ -92,8 +92,8 @@
"help": {
"desc_highlight": "Expect some bugs and missing features here and there.",
"desc_para1": "Thanks for your interest in trying out Elk, our work-in-progress generic Mastodon client!",
"desc_para2": "We are working hard on the development and improving it over time. And we will soon invite you to join the force once we make it open source soon!",
"desc_para3": "Before that, to help boosting out development, you can sponsor our team members with the links below.",
"desc_para2": "We are working hard on the development and improving it over time. We will open source the app once it is ready for public use.",
"desc_para3": "To help boosting out development, you can sponsor our team members with the links below. We hope you enjoy Elk!",
"title": "Elk is in Preview!"
},
"menu": {