mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +00:00
Adjust MDI icon for Repairs menu (#13324)
This commit is contained in:
parent
65e952aaeb
commit
0ab823bcf5
@ -8,7 +8,6 @@ import {
|
|||||||
mdiDevices,
|
mdiDevices,
|
||||||
mdiInformation,
|
mdiInformation,
|
||||||
mdiInformationOutline,
|
mdiInformationOutline,
|
||||||
mdiLifebuoy,
|
|
||||||
mdiLightningBolt,
|
mdiLightningBolt,
|
||||||
mdiMapMarkerRadius,
|
mdiMapMarkerRadius,
|
||||||
mdiMathLog,
|
mdiMathLog,
|
||||||
@ -19,6 +18,7 @@ import {
|
|||||||
mdiPaletteSwatch,
|
mdiPaletteSwatch,
|
||||||
mdiPuzzle,
|
mdiPuzzle,
|
||||||
mdiRobot,
|
mdiRobot,
|
||||||
|
mdiScrewdriver,
|
||||||
mdiScriptText,
|
mdiScriptText,
|
||||||
mdiShape,
|
mdiShape,
|
||||||
mdiSofa,
|
mdiSofa,
|
||||||
@ -270,7 +270,7 @@ export const configSections: { [name: string]: PageNavigation[] } = {
|
|||||||
{
|
{
|
||||||
path: "/config/repairs",
|
path: "/config/repairs",
|
||||||
translationKey: "repairs",
|
translationKey: "repairs",
|
||||||
iconPath: mdiLifebuoy,
|
iconPath: mdiScrewdriver,
|
||||||
iconColor: "#5c995c",
|
iconColor: "#5c995c",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user