Baugruppenträgger

This commit is contained in:
ISA
2024-09-29 12:26:32 +02:00
parent f9aa0d4be7
commit 9e3de09c75

View File

@@ -87,8 +87,7 @@ function Dashboard() {
const slots = kueVersion.slice(i * 8, (i + 1) * 8);
baugruppen.push(
<div key={i} className="flex bg-white shadow-md rounded-lg p-4 mb-4">
<h2 className="text-lg font-bold mr-4">Baugruppenträger {i + 1}</h2>
<div key={i} className="flex bg-white shadow-md rounded-lg p-2">
<div className="flex gap-2">
{slots.map((version, index) => {
const slotNumber = i * 8 + index + 1;