Skip to content

Commit

Permalink
Merge pull request #42 from dddwa/fix/remove-top-buy-ticket-link
Browse files Browse the repository at this point in the history
Remove ticket link
  • Loading branch information
JakeGinnivan authored Nov 16, 2024
2 parents 8c76608 + abb7b2c commit b116179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/app/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function Header() {
Blog
</AppLink> */}
<styled.div gap={2} display="grid">
<styled.a
{/* <styled.a
href="/tickets"
color="#520030"
_hover={{ gradientTo: '#FF52B7' }}
Expand All @@ -81,7 +81,7 @@ export function Header() {
>
Buy Tickets{' '}
<styled.span display={{ base: 'hidden', md: 'inline-block' }}>↗</styled.span>
</styled.a>
</styled.a> */}
<styled.a
href="https://dddperth.deco-apparel.com/"
color="#520030"
Expand Down

0 comments on commit b116179

Please sign in to comment.