Remove table header

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-31 10:34:51 +02:00
parent ce4e75e798
commit 2741be8f2c

View File

@@ -178,13 +178,6 @@ function FrameworkListViewContent({
<Card>
<div className="w-full overflow-auto">
<table className="w-full caption-bottom text-sm">
<thead className="[&_tr]:border-b">
<tr className="border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted">
<th className="h-12 px-4 text-left align-middle font-medium text-muted-foreground">
Name
</th>
</tr>
</thead>
<tbody className="[&_tr:last-child]:border-0">
{frameworks.length === 0 ? (
<tr className="border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted">