Slot nummer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user