Skip to content

Commit

Permalink
stop selling shirts
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Jun 29, 2023
1 parent 28cd8cc commit 5ef0681
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions apps/nextjs/pages/ASM2023/shirt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const Shirt = () => {
ACST.
</p>

<h2>Size</h2>
{/* <h2>Size</h2>
<div className={styles.preferences}>
<ToggleButtonGroup
fullWidth
Expand Down Expand Up @@ -223,7 +223,8 @@ const Shirt = () => {
onClick={generateShirt}>
(AUS ONLY) Bank transfer $30
</Button>
</div>
</div> */}
<h2>Sold Out</h2>
</div>
</section>
{bankShirtData?.error && (
Expand Down
11 changes: 6 additions & 5 deletions apps/nextjs/pages/ASM2023/tickets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const Tickets = () => {
</span>
</section>
)}
{selectedProduct !== "" && (
{/* {selectedProduct !== "" && (
<Button className={styles.back} onClick={() => setSelectedProduct("")}>
<FontAwesomeIcon icon={faChevronLeft} />
Back
Expand All @@ -131,9 +131,10 @@ const Tickets = () => {
</CardActionArea>
</Card>
</div>
)}
{selectedProduct === "ticket" && <TicketProduct />}
{selectedProduct === "bundle" && (
)} */}
{/* {selectedProduct === "ticket" && <TicketProduct />} */}
<TicketProduct />
{/* {selectedProduct === "bundle" && (
<>
<BundleProduct />
<hr />
Expand Down Expand Up @@ -192,7 +193,7 @@ const Tickets = () => {
</table>
</div>
</>
)}
)} */}
<hr />
<section className={styles.fullWidth}>
<h2>Refund Policy</h2>
Expand Down

0 comments on commit 5ef0681

Please sign in to comment.