Skip to content

Commit c63f50b

Browse files
committed
lowercase link here
1 parent 0ae4e9b commit c63f50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ticketmodal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const TicketDetail = (props: {
119119
<div className="flex flex-row justify-center">
120120
{round && (
121121
<LinkColor>
122-
<Link to={`/Ticket/${round}`}>Round {round}</Link>
122+
<Link to={`/ticket/${round}`}>Round {round}</Link>
123123
</LinkColor>
124124
)}
125125
</div>

0 commit comments

Comments
 (0)