Skip to content

Commit 9d1e3ce

Browse files
committed
Website: Fixed button resource
1 parent 4b72c10 commit 9d1e3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/misc/promo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const Promo: FC = () => {
5353
<Description>{workshop.teaser}</Description>
5454
</Message>
5555
<Actions>
56-
<Tickets to={workshop.url}>Get tickets!</Tickets>
56+
<Tickets to={workshop.url}>Check it out!</Tickets>
5757
<Dismiss
5858
aria-label="dismiss promo message"
5959
onClick={handleDismiss}

0 commit comments

Comments
 (0)