diff options
-rw-r--r-- | src/posts/big-list-game-dev.njk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/posts/big-list-game-dev.njk b/src/posts/big-list-game-dev.njk index 9ce4573..679c8ae 100644 --- a/src/posts/big-list-game-dev.njk +++ b/src/posts/big-list-game-dev.njk @@ -13,9 +13,7 @@ description: Big List of Open Source Game Development Tools <table class="min-w-full"> <thead class="border-b uppercase"> <tr> - <th scope="col" class="text-sm font-bold text-gray-900 px-6 py-4 text-left"> - Tool - </th> + <th scope="col" class="text-sm font-bold text-gray-900 px-6 py-4 text-left"></th> <th scope="col" class="text-sm font-bold text-gray-900 px-6 py-4 text-left"> Tool Type </th> |