Skip to content

Commit

Permalink
patch: disable reg button
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Jan 24, 2024
1 parent 11ee2a5 commit be2853c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/TicketSection/TicketCardLPU.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function TicketCard({
)
}}
className="bg-red-950"
disabled
>
Registrations are Closed
</Button>
Expand Down
1 change: 1 addition & 0 deletions components/TicketSection/TicketCardProf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function TicketCard({
)
}}
className="bg-red-950"
disabled
>
Registrations are Closed
</Button>
Expand Down
1 change: 1 addition & 0 deletions components/TicketSection/TicketCardStudent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function TicketCard({
`${process.env.NEXT_PUBLIC_PAYMENT_WEBSITE}/standard_pass`
)
}}
disabled
className="bg-red-950"
>
Registrations are Closed
Expand Down

0 comments on commit be2853c

Please sign in to comment.