Skip to content

Commit

Permalink
Better formatting of the code for the legend
Browse files Browse the repository at this point in the history
  • Loading branch information
lukbukkit committed Mar 14, 2021
1 parent cddf1f9 commit 4c7e4ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ const Legend = () =>
<tbody>
<tr>
<td className="border-b border-gray-400 px-4 py-2"></td>
<td className="border-b border-gray-400 px-4 py-2">translated & same number of entries as the
english version
<td className="border-b border-gray-400 px-4 py-2">
translated & same number of entries as the english version
</td>
</tr>
<tr>
<td className="border-b border-gray-400 px-4 py-2"></td>
<td className="border-b border-gray-400 px-4 py-2">not up-to-date (different number of entries than
the english version)
<td className="border-b border-gray-400 px-4 py-2">
not up-to-date (different number of entries than the english version)
</td>
</tr>
<tr>
Expand Down

0 comments on commit 4c7e4ba

Please sign in to comment.