Skip to content

Commit

Permalink
Remove ticket link from footer
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 15, 2024
1 parent 17465c4 commit fe7cd25
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,9 @@ import { links } from "~/data/links";
import HeroName from "./HeroName.astro";
import LocationLink from "./LocationLink.astro";
import AnchorButton from "./AnchorButton.astro";
---

<footer>
<AnchorButton
class="footer-tickets"
href={links.tickets}
target="_blank"
rel="noreferrer"
>
Tickets Available Now
</AnchorButton>

<div class="halves">
<div class="half logo">
<HeroName align="left" color="inherit" level="h2" size="small" />
Expand Down

0 comments on commit fe7cd25

Please sign in to comment.