Just worki on things
This commit is contained in:
@@ -255,13 +255,17 @@ $: if ($slct_trigger == 'set_access_code_li' && !$ae_loc.ds['hub__page__access_c
|
||||
|
||||
<svelte:fragment slot="header">
|
||||
<!-- App Bar -->
|
||||
<AppBar gridColumns="grid-cols-3" slotDefault="place-self-center" slotTrail="place-content-end">
|
||||
<AppBar
|
||||
gridColumns="grid-cols-3"
|
||||
slotDefault="place-self-center"
|
||||
slotTrail="place-content-end"
|
||||
>
|
||||
<svelte:fragment slot="lead">
|
||||
{#if $ae_loc.ds['hub__page__appshell_header_lead']}
|
||||
{@html $ae_loc.ds['hub__page__appshell_header_lead']}
|
||||
{:else}
|
||||
<a href="/" class="text-xl">
|
||||
<span class="fas fa-home"></span> Æ Home
|
||||
<a href="/" class="btn variant-gradiant-surface text-xl">
|
||||
<span class="fas fa-laptop-house mx-1"></span> Æ Home
|
||||
</a>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user