Dodanie title 2/2, Poprawki w ładowaniu map Google, poprwka w linach modal dla title
This commit is contained in:
@@ -11,10 +11,10 @@ export default function OffersSwitches({ switches, selected, onSwitch }) {
|
||||
{sw.opcje.map((op) => (
|
||||
<button
|
||||
type="button"
|
||||
class={`fuz-switch ${
|
||||
selected[sw.id] === op.id ? "active" : ""
|
||||
}`}
|
||||
class={`fuz-switch ${selected[sw.id] === op.id ? "active" : ""
|
||||
}`}
|
||||
onClick={() => onSwitch(sw.id, op.id)}
|
||||
title={sw.title}
|
||||
>
|
||||
{op.nazwa}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user