Use newspaper icon for change log button (#13668)

This commit is contained in:
Felipe Santos 2022-09-12 07:22:49 -03:00 committed by Bram Kragten
parent e95d5b1afb
commit 432483b3d2
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

@ -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",
},
{