feat(app): align label left on table

This commit is contained in:
dextmorgn
2025-11-12 22:43:36 +01:00
parent 8e587a7340
commit 3fe6184fc5
@@ -273,7 +273,7 @@ export default function NodesTable({ nodes }: NodesTableProps) {
/>
</div>
<div></div> {/* Icon */}
<div className="text-center">Label</div>
<div className="text-left">Label</div>
<div>Type</div>
<div>Created</div>
<div></div> {/* Actions */}