Skip to content

Commit

Permalink
capitalize header
Browse files Browse the repository at this point in the history
  • Loading branch information
mradamcox committed May 30, 2023
1 parent 771ca9d commit 5bab34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
{/if}
</div>
<div class=layer-section>
<div><button class="layer-header" on:click={() => {showSponsorList=!showSponsorList}}>Visit our sponsors! {@html showSponsorList ? '&blacktriangledown;' : '&blacktriangleright;'}</button></div>
<div><button class="layer-header" on:click={() => {showSponsorList=!showSponsorList}}>Visit our Sponsors! {@html showSponsorList ? '&blacktriangledown;' : '&blacktriangleright;'}</button></div>
{#if showSponsorList}
<div class="layer-item-list">
<ul>
Expand Down

0 comments on commit 5bab34c

Please sign in to comment.