mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Use same help icon everywhere
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user