Skip to content

Commit

Permalink
fix: fixes button and removes console
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Mar 20, 2022
1 parent 0e9691d commit 8e08c94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions src/routes/_root/components/hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@
</a>
once a year but we host digital events all the time.
</p>
<div class="mt-20 flex space-x-4">
<div><ActionLink href="/support/">What is THAT Community?</ActionLink></div>
<div
class="mt-20 flex flex-col items-center justify-center space-y-12 sm:flex-row sm:justify-start sm:space-y-0 sm:space-x-4">
<div>
<ActionLink href="/support/">What is THAT Community?</ActionLink>
</div>
<div><StandardLink href="/events/">View all Events</StandardLink></div>
</div>
</div>
Expand Down
2 changes: 0 additions & 2 deletions src/routes/partners/[state]/[year].svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
const event = await getEventPartners(eventSlug);
const levels = groupBy(event.partners, 'level');
console.log({ event });
return {
props: {
event,
Expand Down

0 comments on commit 8e08c94

Please sign in to comment.