Skip to content

Commit

Permalink
Website: Fixed button resource
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed May 21, 2024
1 parent 4b72c10 commit 9d1e3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/misc/promo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Promo: FC = () => {
<Description>{workshop.teaser}</Description>
</Message>
<Actions>
<Tickets to={workshop.url}>Get tickets!</Tickets>
<Tickets to={workshop.url}>Check it out!</Tickets>
<Dismiss
aria-label="dismiss promo message"
onClick={handleDismiss}
Expand Down

0 comments on commit 9d1e3ce

Please sign in to comment.