Dodatkowy dymek

This commit is contained in:
dm
2025-12-13 12:56:42 +01:00
parent 71d1b18314
commit 53ef126303
3 changed files with 56 additions and 0 deletions

View File

@@ -349,6 +349,13 @@ export default function InternetAddonsModal({ isOpen, onClose, plan }) {
</div>
</div>
</div>
<div class="f-floating-total" onClick={(e) => e.stopPropagation()}>
<div class="f-floating-total-inner">
<span class="f-floating-total-label">Suma</span>
<span class="f-floating-total-value">{totalMonthly.toFixed(2)} /mies.</span>
</div>
</div>
</>
)}
</div>