Skip to content

Commit

Permalink
Add styling for link to drop time field
Browse files Browse the repository at this point in the history
  • Loading branch information
julianweng committed Nov 23, 2024
1 parent 4414bee commit ce1648c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/components/ClubEditPage/TicketsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,15 +362,14 @@ const TicketsModal = ({
<p className="help">
You can optionally add a time in which after when tickets will be
available{' '}
<label
htmlFor="ticket_drop_time"
<a
onClick={(e) => {
setSubmitting(false)
closeModal()
}}
>
within the event's edit page
</label>
</a>
. Please note that this cannot be changed once any tickets are
sold.
</p>
Expand Down

0 comments on commit ce1648c

Please sign in to comment.