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 GitHub
parent 47c0901df2
commit 1086c85964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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