Skip to content

Commit

Permalink
blue cta for tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
sodevious authored and PeterGrand committed May 2, 2024
1 parent cfa56dd commit 40a2ac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
</ul>
</li>
<li><a href="/news/">News</a></li>
<li><a href="{{ site.ticket_link }}" class="button">Buy Tickets</a></li>
<li><a href="{{ site.ticket_link }}" class="button bg-mosaic-blue">Buy Tickets</a></li>
</ul>
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ <h1 class="mb-4 text-4xl font-extrabold leading-tight lg:text-5xl">
</p>

<div class="button-group">
<a class="button" href="{{ site.ticket_link }}">Buy Tickets</a>
<a class="button bg-mosaic-blue" href="{{ site.ticket_link }}">Buy Tickets</a>
<a
class="button bg-mosaic-blue"
class="button"
href="{{ site.hotel_reservation_link }}"
>Book a Room</a>

Expand Down

0 comments on commit 40a2ac0

Please sign in to comment.