mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Use newspaper icon for change log button (#13668)
This commit is contained in:
parent
47c0901df2
commit
1086c85964
@ -5,7 +5,7 @@ import {
|
|||||||
mdiHandsPray,
|
mdiHandsPray,
|
||||||
mdiHelp,
|
mdiHelp,
|
||||||
mdiHomeAssistant,
|
mdiHomeAssistant,
|
||||||
mdiPower,
|
mdiNewspaperVariant,
|
||||||
mdiTshirtCrew,
|
mdiTshirtCrew,
|
||||||
} from "@mdi/js";
|
} from "@mdi/js";
|
||||||
import { css, CSSResultGroup, html, LitElement, TemplateResult } from "lit";
|
import { css, CSSResultGroup, html, LitElement, TemplateResult } from "lit";
|
||||||
@ -36,7 +36,7 @@ const PAGES: Array<{
|
|||||||
{
|
{
|
||||||
name: "change_log",
|
name: "change_log",
|
||||||
path: "/latest-release-notes/",
|
path: "/latest-release-notes/",
|
||||||
iconPath: mdiPower,
|
iconPath: mdiNewspaperVariant,
|
||||||
iconColor: "#4A5963",
|
iconColor: "#4A5963",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user