Skip to content

Commit

Permalink
Add shop
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermenezes committed May 24, 2024
1 parent dda6bb1 commit 4b4bb09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/events/[event]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ export default function Event({event}) {
}
/>
<InfoBox heading="Actions">
<Button w="100%" mb={2} as="a" target="_blank" href={`https://shop.codeday.org/collections/event-supplies?ls=qmhpQke26HVHE0eW6f0Qp`}>Order Supplies</Button>
<Button w="100%" mb={2} as="a" target="_blank" href={`https://shop.codeday.org/products/id-badge?ls=_tm1AmIIlRfi1ZblDQWFu`}>Order ID Badge</Button>
<Button w="100%" mb={2} as="a" href={`${event.id}/tickets/scan`}>Check-In/Out</Button>
<Button w="100%" mb={2} as="a" href={`${event.id}/notification`}>Send Notification</Button>
<Button w="100%" mb={2} as="a" href={`${event.id}/advancedConfig`}>Edit Advanced Config</Button>
Expand Down

0 comments on commit 4b4bb09

Please sign in to comment.