mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-23 22:15:49 +00:00
enh(dashboard): update condition for v0.23.* user alert on instance version page
This commit is contained in:
parent
2a8a97e48d
commit
4fcf613aa1
@ -88,7 +88,7 @@
|
||||
<a href="https://github.com/pocketbase/pocketbase/releases" class="link">every minor release</a> of PocketBase.
|
||||
</div>
|
||||
|
||||
{#if $is23Available || is23OrHigher}
|
||||
{#if !is23OrHigher}
|
||||
<div class="mb-8 bg-info p-4 rounded text-info-content">
|
||||
<p class="font-bold text-xl">Attention v0.23.* users:</p>
|
||||
<p>v0.22.* to v0.23.* is a major migration boundary and requires a manual migration process.</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user