Minor changes

This commit is contained in:
Scott Idem
2024-03-11 14:06:53 -04:00
parent ef2597d114
commit a5431070d3
2 changed files with 6 additions and 3 deletions

View File

@@ -250,6 +250,7 @@ $: if (testing) {
</header>
{/if}
<section>
{#if $slct.event_presenter_id}
@@ -299,6 +300,7 @@ $: if (testing) {
{/if}
</section>
{#if $ae_loc.ds.hub__page__events_speakers__create_info}
{@html $ae_loc.ds.hub__page__events_speakers__create_info}
{:else}

View File

@@ -247,22 +247,22 @@ $: if (testing) {
{@html $ae_loc.ds.hub__page__sponsorships__create_info_header}
{:else}
<header>
<h1 class="h1">Sponsor Hub Info Goes Here</h1>
<h1 class="h2">Sponsor Hub Info Goes Here</h1>
</header>
{/if}
<section>
{#if $slct.sponsorship_id}
<div class="text-center m-4">
{#if $slct.event_presenter_obj}
{#if $slct.sponsorship_obj}
<p class="font-bold">Welcome to the Sponsor Hub {$slct.sponsorship_obj.name}!</p>
{:else}
<p>Welcome to the Sponsor Hub!</p>
{/if}
</div>
<button
class="btn variant-ghost-primary w-96"
on:click={() => {
@@ -301,6 +301,7 @@ $: if (testing) {
{/if}
</section>
{#if $ae_loc.ds.hub__page__sponsorships__create_info}
{@html $ae_loc.ds.hub__page__sponsorships__create_info}
{:else}