Slot nummer

This commit is contained in:
ISA
2024-10-16 21:45:11 +02:00
parent 9a366191b4
commit 69a944f536

View File

@@ -120,7 +120,7 @@ function Kue705FO({
<div className="relative w-[113.202px] h-[242.492px] bg-littwin-blue border-[1.5px] border-gray-400 z-0">
<div className="flex items-start justify-between h-[30px] ">
<div className="relative w-[20px] h-[20px] bg-gray-800 flex items-center justify-center">
<span className="text-white text-[10px]">{slotIndex}</span>
<span className="text-white text-[10px]">{slotIndex + 1}</span>
</div>
<h3 className="text-white font-bold text-[9px] mr-4">KÜ705-FO</h3>
@@ -222,7 +222,7 @@ function Kue705FO({
</>
) : (
<div className="flex items-center justify-center h-full text-gray-500">
<p>Kein Modul im Slot {slotIndex}</p>
<p>Kein Modul im Slot {slotIndex + 1}</p>
</div>
)}
</div>