I am done for the night...

This commit is contained in:
Scott Idem
2024-03-08 00:09:17 -05:00
parent 1694dfb5c5
commit 5a147a98bb
18 changed files with 414 additions and 250 deletions

View File

@@ -245,13 +245,11 @@ $: if (testing) {
{@html $ae_loc.ds.hub__page__events_speakers__create_info_header}
{:else}
<header>
<h1 class="h1">Information Goes Here</h1>
<h1 class="h2">Speaker Hub Infor Goes Here</h1>
</header>
{/if}
<!-- <section class="btn btn-group"> -->
<section>
{#if $slct.event_presenter_id}
<button
class="btn variant-ghost-primary w-96"
@@ -289,15 +287,15 @@ $: if (testing) {
Start Speaker Submission Form
</button>
{/if}
<!-- </section> -->
</section>
{#if $ae_loc.ds.hub__page__events_speakers__create_info}
{@html $ae_loc.ds.hub__page__events_speakers__create_info}
{:else}
<section>
<div class="alert alert-info">
More information goes here.
</div>
<div class="alert alert-info">
More information can go here or this can be hidden.
</div>
</section>
{/if}