Skip to content

Commit

Permalink
Small change to test deploy flow
Browse files Browse the repository at this point in the history
  • Loading branch information
havardthom committed Sep 19, 2024
1 parent 75ecd9e commit e3eb691
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/routes/compare-players.$player1Id.$player2Id.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default function Index() {
<th className="w-1/5 py-2"># kamper</th>
<th className="w-1/5 py-2"># seiere</th>
<th className="w-1/5 py-2"># tap</th>
<th className="w-2/5 py-2"># overlegenhet</th>
<th className="w-2/5 py-2">% overlegenhet</th>
</tr>
</thead>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/profile.$profileId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default function Index() {
<th className="w-1/5 py-2"># kamper</th>
<th className="w-1/5 py-2"># seiere</th>
<th className="w-1/5 py-2"># tap</th>
<th className="w-2/5 py-2"># overlegenhet</th>
<th className="w-2/5 py-2">% overlegenhet</th>
</tr>
</thead>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion app/routes/team-profile.$teamId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function Index() {
<th className="w-1/5 py-2"># kamper</th>
<th className="w-1/5 py-2"># seiere</th>
<th className="w-1/5 py-2"># tap</th>
<th className="w-2/5 py-2"># overlegenhet</th>
<th className="w-2/5 py-2">% overlegenhet</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit e3eb691

Please sign in to comment.