mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-25 19:12:12 +02:00
fix: make api status banner permanent
This commit is contained in:
parent
c989642aeb
commit
87c4bfa88b
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
{#await api.general.ping() then apiUp}
|
{#await api.general.ping() then apiUp}
|
||||||
{#if !apiUp}
|
{#if !apiUp}
|
||||||
<Banner level="caution">
|
<Banner level="caution" permanent>
|
||||||
The API is currently unresponsive and some services may not work correctly.
|
The API is currently unresponsive and some services may not work correctly.
|
||||||
{#if statusUrl}
|
{#if statusUrl}
|
||||||
Check the <Button type="text" href={statusUrl}>status page</Button> for updates.
|
Check the <Button type="text" href={statusUrl}>status page</Button> for updates.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user