Skip to content

Commit

Permalink
Remove caption
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed May 2, 2024
1 parent 112371e commit db4e75b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/gamesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default function GamesTable({ games }: { games: Game[] }) {
return (
<>
<table>
<caption>CGS Games Table</caption>
<thead>
<tr>
<th align="left">Game</th>
Expand Down

0 comments on commit db4e75b

Please sign in to comment.