Merge pull request #82 from TheRealOwenRees/feature/remove-links

Remove links from the tournament table
This commit is contained in:
Owen Rees
2023-07-07 12:23:15 +02:00
committed by GitHub
+3 -17
View File
@@ -113,25 +113,11 @@ export default function TournamentTable() {
"bg-gray-200 dark:bg-gray-900"
)}
>
<td className="p-3">{tournament.date}</td>
<td className="p-3">{tournament.town}</td>
<td className="p-3">{tournament.tournament}</td>
<td className="p-3">
<a href={tournament.url} target="_blank">
{tournament.date}
</a>
</td>
<td className="p-3">
<a href={tournament.url} target="_blank">
{tournament.town}
</a>
</td>
<td className="p-3">
<a href={tournament.url} target="_blank">
{tournament.tournament}
</a>
</td>
<td className="p-3">
<a href={tournament.url} target="_blank">
{t("timeControlEnum", { tc: tournament.timeControl })}
</a>
</td>
<td className="p-3">
<a href={tournament.url} target="_blank">