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",
description: "Integrations, devices, entities and areas",
iconPath: mdiDevices,
iconColor: "#2D338F",
iconColor: "#0D47A1",
core: true,
},
{
path: "/config/automation",
name: "Automations",
description: "Automations, bludprints, scenes and scripts",
description: "Automations, blueprints, scenes and scripts",
iconPath: mdiRobot,
iconColor: "#518C43",
components: ["automation", "blueprint", "scene", "script"],