diff --git a/src/lib/components/AlphaNotice.svelte b/src/lib/components/AlphaNotice.svelte index 45efed4..3b2177b 100644 --- a/src/lib/components/AlphaNotice.svelte +++ b/src/lib/components/AlphaNotice.svelte @@ -1,10 +1,18 @@ + +

This is an Alpha Version

-

- Note that this Dashboard is in an alpha state. This means that there are bugs and missing features. - Please report any bugs or issues to the - GitHub repository. -

+ {#if expanded} +

+ Note that this Dashboard is in an alpha state. This means that there are bugs and missing features. + Please report any bugs or issues to the + GitHub repository. +

+ {:else} + More Info + {/if}