Minor changes
This commit is contained in:
@@ -250,6 +250,7 @@ $: if (testing) {
|
|||||||
</header>
|
</header>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
{#if $slct.event_presenter_id}
|
{#if $slct.event_presenter_id}
|
||||||
|
|
||||||
@@ -299,6 +300,7 @@ $: if (testing) {
|
|||||||
{/if}
|
{/if}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
{#if $ae_loc.ds.hub__page__events_speakers__create_info}
|
{#if $ae_loc.ds.hub__page__events_speakers__create_info}
|
||||||
{@html $ae_loc.ds.hub__page__events_speakers__create_info}
|
{@html $ae_loc.ds.hub__page__events_speakers__create_info}
|
||||||
{:else}
|
{:else}
|
||||||
|
|||||||
@@ -247,22 +247,22 @@ $: if (testing) {
|
|||||||
{@html $ae_loc.ds.hub__page__sponsorships__create_info_header}
|
{@html $ae_loc.ds.hub__page__sponsorships__create_info_header}
|
||||||
{:else}
|
{:else}
|
||||||
<header>
|
<header>
|
||||||
<h1 class="h1">Sponsor Hub Info Goes Here</h1>
|
<h1 class="h2">Sponsor Hub Info Goes Here</h1>
|
||||||
</header>
|
</header>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
{#if $slct.sponsorship_id}
|
{#if $slct.sponsorship_id}
|
||||||
|
|
||||||
<div class="text-center m-4">
|
<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>
|
<p class="font-bold">Welcome to the Sponsor Hub {$slct.sponsorship_obj.name}!</p>
|
||||||
{:else}
|
{:else}
|
||||||
<p>Welcome to the Sponsor Hub!</p>
|
<p>Welcome to the Sponsor Hub!</p>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="btn variant-ghost-primary w-96"
|
class="btn variant-ghost-primary w-96"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
@@ -301,6 +301,7 @@ $: if (testing) {
|
|||||||
{/if}
|
{/if}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
{#if $ae_loc.ds.hub__page__sponsorships__create_info}
|
{#if $ae_loc.ds.hub__page__sponsorships__create_info}
|
||||||
{@html $ae_loc.ds.hub__page__sponsorships__create_info}
|
{@html $ae_loc.ds.hub__page__sponsorships__create_info}
|
||||||
{:else}
|
{:else}
|
||||||
|
|||||||
Reference in New Issue
Block a user