env variables changes

This commit is contained in:
Owen Rees
2023-06-12 20:47:58 +02:00
parent ec60b6be91
commit d8e12c48af
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const useTournamentDataFilter = (
if (filtered.length === 0) {
state = (
<tr className="border-b border-gray-700 border-opacity-20 bg-gray-800 text-white">
<tr className="bg-white text-gray-900 dark:bg-gray-800 dark:text-white">
<td colSpan={4} className="p-3">
No tournaments found
</td>