suppress warnings
This commit is contained in:
@ -33,19 +33,19 @@ export function Layout() {
|
|||||||
<NavLink
|
<NavLink
|
||||||
onClick={() => navigate("/")}
|
onClick={() => navigate("/")}
|
||||||
label="Главная"
|
label="Главная"
|
||||||
leftSection={<IconHome2 size="1rem" stroke={1.5} />}
|
leftSection={<IconHome2 size="16px" stroke={1.5} />}
|
||||||
active={location.pathname === "/"}
|
active={location.pathname === "/"}
|
||||||
/>
|
/>
|
||||||
<NavLink
|
<NavLink
|
||||||
onClick={() => navigate("/dictionaries")}
|
onClick={() => navigate("/dictionaries")}
|
||||||
label="Справочники"
|
label="Справочники"
|
||||||
leftSection={<IconGauge size="1rem" stroke={1.5} />}
|
leftSection={<IconGauge size="16px" stroke={1.5} />}
|
||||||
active={location.pathname === "/dictionaries"}
|
active={location.pathname === "/dictionaries"}
|
||||||
/>
|
/>
|
||||||
<NavLink
|
<NavLink
|
||||||
onClick={() => navigate("/drivers")}
|
onClick={() => navigate("/drivers")}
|
||||||
label="Водители"
|
label="Водители"
|
||||||
leftSection={<IconUser size="1rem" stroke={1.5} />}
|
leftSection={<IconUser size="16px" stroke={1.5} />}
|
||||||
active={location.pathname === "/drivers"}
|
active={location.pathname === "/drivers"}
|
||||||
/>
|
/>
|
||||||
</AppShell.Navbar>
|
</AppShell.Navbar>
|
||||||
|
|||||||
Reference in New Issue
Block a user