Documentation for what reason?

This commit is contained in:
Scott Idem
2024-03-08 13:08:54 -05:00
parent 409872ed4d
commit d9ee195590
3 changed files with 63 additions and 63 deletions

View File

@@ -246,13 +246,11 @@ $: if (testing) {
{@html $ae_loc.ds.hub__page__sponsorships__create_info_header}
{:else}
<header>
<h1 class="h1">Information Goes Here</h1>
<h1 class="h1">Sponsor Hub Info Goes Here</h1>
</header>
{/if}
<!-- <section class="btn btn-group"> -->
<section>
{#if $slct.sponsorship_id}
<button
class="btn variant-ghost-primary w-96"
@@ -269,7 +267,7 @@ $: if (testing) {
}}
>
<span class="fas fa-edit mx-1"></span>
Edit Sponsorship {$slct.sponsorship_id}
Edit Sponsor {$slct.sponsorship_id}
</button>
{:else}
<button
@@ -290,14 +288,14 @@ $: if (testing) {
Start Sponsor Submission Form
</button>
{/if}
<!-- </section> -->
</section>
{#if $ae_loc.ds.hub__page__sponsorships__create_info}
{@html $ae_loc.ds.hub__page__sponsorships__create_info}
{:else}
<section>
<div class="alert alert-info">
More information goes here.
More information can go here or this can be hidden.
</div>
</section>
{/if}