Skip to content

Commit

Permalink
lowercase link here
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Nov 4, 2024
1 parent 0ae4e9b commit c63f50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ticketmodal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const TicketDetail = (props: {
<div className="flex flex-row justify-center">
{round && (
<LinkColor>
<Link to={`/Ticket/${round}`}>Round {round}</Link>
<Link to={`/ticket/${round}`}>Round {round}</Link>
</LinkColor>
)}
</div>
Expand Down

0 comments on commit c63f50b

Please sign in to comment.