Minor changes
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user