fix(board stats): table warning, margin

This commit is contained in:
plebeius.eth
2024-03-26 21:12:29 +01:00
parent 9a3e35f7e1
commit b6f38b532a
2 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -24,7 +24,13 @@ const BoardStats = ({ address, createdAt }: BoardStatsProps) => {
return (
<div className={styles.content}>
<table className={styles.blotter}>
<hr />
<thead>
<tr>
<td>
<hr />
</td>
</tr>
</thead>
{showStats && (
<tbody>
<tr>