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