mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Fix typo on config page + adjust icon color (#10713)
This commit is contained in:
parent
43011179eb
commit
366aa8aed1
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user