fix: Remove unnecessary whitespace in table headers across multiple components

This commit is contained in:
Chop
2025-06-21 21:56:20 +02:00
parent f83cc8e564
commit 96da5212d4
4 changed files with 100 additions and 53 deletions

View File

@@ -195,12 +195,12 @@ export default function ProjectListPage() {
</th>
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-24">
Status
</th>
</th>{" "}
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-20">
Actions
</th>
</tr>
</thead>{" "}
</thead>
<tbody>
{filteredProjects.map((project, index) => (
<tr