Fix typo on config page + adjust icon color (#10713)

This commit is contained in:
Philip Allgaier 2021-11-28 17:52:39 +01:00 committed by GitHub
parent 43011179eb
commit 366aa8aed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,13 +51,13 @@ export const configSections: { [name: string]: PageNavigation[] } = {
name: "Devices & Services", name: "Devices & Services",
description: "Integrations, devices, entities and areas", description: "Integrations, devices, entities and areas",
iconPath: mdiDevices, iconPath: mdiDevices,
iconColor: "#2D338F", iconColor: "#0D47A1",
core: true, core: true,
}, },
{ {
path: "/config/automation", path: "/config/automation",
name: "Automations", name: "Automations",
description: "Automations, bludprints, scenes and scripts", description: "Automations, blueprints, scenes and scripts",
iconPath: mdiRobot, iconPath: mdiRobot,
iconColor: "#518C43", iconColor: "#518C43",
components: ["automation", "blueprint", "scene", "script"], components: ["automation", "blueprint", "scene", "script"],