mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Use same help icon everywhere
This commit is contained in:
parent
f59cb661cd
commit
35a41b3490
@ -1,5 +1,5 @@
|
||||
import "@material/mwc-button";
|
||||
import { mdiClose, mdiHelpCircleOutline } from "@mdi/js";
|
||||
import { mdiClose, mdiHelpCircle } from "@mdi/js";
|
||||
import type { UnsubscribeFunc } from "home-assistant-js-websocket";
|
||||
import {
|
||||
css,
|
||||
@ -244,7 +244,7 @@ class DataEntryFlowDialog extends LitElement {
|
||||
rel="noreferrer noopener"
|
||||
><ha-icon-button
|
||||
.label=${"Help"}
|
||||
.path=${mdiHelpCircleOutline}
|
||||
.path=${mdiHelpCircle}
|
||||
?rtl=${computeRTL(this.hass)}
|
||||
></ha-icon-button
|
||||
></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user