Skip to content

Commit

Permalink
fix table tags
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Feb 28, 2024
1 parent 5a3b815 commit 8b252a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/LeaderboardRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default function LeaderboardRow({

return (
<tr className="hover" onClick={() => onClick()}>
<th>{rank}</th>
<th>{user.name}</th>
<td>{rank}</td>
<td>{user.name}</td>
<td>{user.kills}</td>
<td>{user.deaths}</td>
<td>{user.wins}</td>
Expand Down

0 comments on commit 8b252a9

Please sign in to comment.