mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +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,
|
||||
mdiHelp,
|
||||
mdiHomeAssistant,
|
||||
mdiPower,
|
||||
mdiNewspaperVariant,
|
||||
mdiTshirtCrew,
|
||||
} from "@mdi/js";
|
||||
import { css, CSSResultGroup, html, LitElement, TemplateResult } from "lit";
|
||||
@ -36,7 +36,7 @@ const PAGES: Array<{
|
||||
{
|
||||
name: "change_log",
|
||||
path: "/latest-release-notes/",
|
||||
iconPath: mdiPower,
|
||||
iconPath: mdiNewspaperVariant,
|
||||
iconColor: "#4A5963",
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user