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