Skip to content

Commit

Permalink
mod: Fixed Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
smanitech committed Jan 16, 2024
1 parent f99f1d3 commit e74a06b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/Ticket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default function Ticket({ ticketType }: { ticketType: string }) {
htmlFor="name"
className="block text-sm font-medium leading-6 text-white"
>
Name
Full Name
</label>
<div className="mt-2">
<input
Expand All @@ -168,7 +168,7 @@ export default function Ticket({ ticketType }: { ticketType: string }) {
htmlFor="email"
className="block text-sm font-medium leading-6 text-white"
>
Email address
Email Address
</label>
<div className="mt-2">
<input
Expand Down Expand Up @@ -211,7 +211,7 @@ export default function Ticket({ ticketType }: { ticketType: string }) {
htmlFor="uni_id"
className="block text-sm font-medium leading-6 text-white"
>
University Id
College/University Id
</label>
<div className="mt-2">
<input
Expand All @@ -231,7 +231,7 @@ export default function Ticket({ ticketType }: { ticketType: string }) {
htmlFor="uni_name"
className="block text-sm font-medium leading-6 text-white"
>
University Name
College/University Name
</label>
<div className="mt-2">
<input
Expand All @@ -251,7 +251,7 @@ export default function Ticket({ ticketType }: { ticketType: string }) {
htmlFor="where_you_reside"
className="block text-sm font-medium leading-6 text-white"
>
Where You Reside
Where do You Reside?
</label>
<div className="mt-2">
<input
Expand All @@ -277,7 +277,7 @@ export default function Ticket({ ticketType }: { ticketType: string }) {
type="submit"
className="flex w-full justify-center rounded-md bg-primary px-3 py-1.5 text-sm font-semibold leading-6 text-white shadow-sm hover:bg-primary/90 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary"
>
Purchare Ticket
Purchase Ticket
</button>
</div>
</form>
Expand Down

0 comments on commit e74a06b

Please sign in to comment.