diff --git a/src/lib/app_components/e_app_sys_bar.svelte b/src/lib/app_components/e_app_sys_bar.svelte
index 0724b761..7beb6d03 100644
--- a/src/lib/app_components/e_app_sys_bar.svelte
+++ b/src/lib/app_components/e_app_sys_bar.svelte
@@ -629,7 +629,7 @@ const theme_options = [
{/if}
+ class="btn-label max-w-0 overflow-hidden text-xs opacity-0 transition-all duration-300 ease-in-out group-hover/shield:max-w-20 group-hover/shield:opacity-100">
{access_label ?? 'Auth?'}
@@ -639,12 +639,12 @@ const theme_options = [
{#if !$ae_loc?.iframe}
{/if}
@@ -653,43 +653,43 @@ const theme_options = [
{#if !$ae_loc?.iframe}
{/if}
-
- {#if $ae_loc?.authenticated_access}
+
+ {#if $ae_loc?.public_access}
{#if $ae_loc.edit_mode}
{:else}
{/if}
{/if}
@@ -713,12 +713,12 @@ const theme_options = [
{#if expand}
{:else}
{/if}