Adjust MDI icon for Repairs menu (#13324)

This commit is contained in:
Franck Nijhof 2022-08-02 09:33:36 +02:00 committed by GitHub
parent 65e952aaeb
commit 0ab823bcf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
}, },
{ {