Skip to content

Commit

Permalink
mod: Minor Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
smanitech committed Jan 23, 2024
1 parent 70806a7 commit 3291ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Ticket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default function Ticket({ ticketType }: { ticketType: string }) {
htmlFor="uni_id"
className="block text-sm font-medium leading-6 text-white"
>
College/University Id
College/University Id (Registration Number) *
</label>
<div className="mt-2">
<input
Expand All @@ -232,7 +232,7 @@ export default function Ticket({ ticketType }: { ticketType: string }) {
htmlFor="uni_name"
className="block text-sm font-medium leading-6 text-white"
>
College/University Name
College/University Name *
</label>
<div className="mt-2">
<input
Expand Down

0 comments on commit 3291ade

Please sign in to comment.