chore: remove "alpha" status

This commit is contained in:
TAKAHASHI Shuuji 2025-12-26 02:12:07 +09:00
parent 0198a2bf43
commit 4599bfafa9
2 changed files with 3 additions and 5 deletions

View file

@ -4,7 +4,7 @@
</a>
</p>
<h1 align="center"/>Elk <sup><em>alpha</em></sup></h1>
<h1 align="center"/>Elk</h1>
<p align="center">
A nimble Mastodon web client
@ -23,9 +23,7 @@ A nimble Mastodon web client
</a>
</p>
## ⚠️ Elk is in Alpha
It is already quite usable, but it isn't ready for wide adoption yet. We recommend you use it if you would like to help us build it. We appreciate your feedback and contributions. Check out the [Open Issues](https://github.com/elk-zone/elk/issues) and jump in the action. Join the [Elk discord server](https://chat.elk.zone) to chat with us and learn more about the project.
We appreciate your feedback and contributions. Check out the [Open Issues](https://github.com/elk-zone/elk/issues) and jump in the action. Join the [Elk discord server](https://chat.elk.zone) to chat with us and learn more about the project.
## Deployment

View file

@ -30,7 +30,7 @@ router.afterEach(() => {
>
<NavLogo shrink-0 aspect="1/1" sm:h-8 xl:h-10 class="rtl-flip" />
<div v-show="isHydrated" hidden xl:block text-secondary>
{{ $t('app_name') }} <sup text-sm italic mt-1>{{ env === 'release' ? 'alpha' : env }}</sup>
{{ $t('app_name') }} <sup v-if="env !== 'release'" text-sm italic mt-1>{{ env }}</sup>
</div>
</NuxtLink>
<div hidden xl:flex items-center me-6 mt-2 gap-1>