Skip to content

Commit

Permalink
Uncomment sponsor headings in BCSponsors.svelte and CSponsors.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Apr 15, 2024
1 parent 685d044 commit 9f837ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/(waves)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<div class="container">
<Hero />
<About />
<CSponsors />
<Features {features} />
{#if posts && posts.length > 0}
<RecentPosts {posts} />
{/if}
<!-- <CSponsors /> -->
<!-- <BCSponsors /> -->
<BCSponsors />
<Faq />
</div>

0 comments on commit 9f837ac

Please sign in to comment.