mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 10:48:44 +00:00
Change yaml integration icon (#21586)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import "@lrnwebcomponents/simple-tooltip/simple-tooltip";
|
import "@lrnwebcomponents/simple-tooltip/simple-tooltip";
|
||||||
import { mdiCloud, mdiCodeBraces, mdiPackageVariant } from "@mdi/js";
|
import { mdiCloud, mdiFileCodeOutline, mdiPackageVariant } from "@mdi/js";
|
||||||
import {
|
import {
|
||||||
CSSResultGroup,
|
CSSResultGroup,
|
||||||
LitElement,
|
LitElement,
|
||||||
@@ -184,7 +184,7 @@ export class HaIntegrationCard extends LitElement {
|
|||||||
: nothing}
|
: nothing}
|
||||||
${this.manifest && !this.manifest?.config_flow
|
${this.manifest && !this.manifest?.config_flow
|
||||||
? html`<div class="icon yaml">
|
? html`<div class="icon yaml">
|
||||||
<ha-svg-icon .path=${mdiCodeBraces}></ha-svg-icon>
|
<ha-svg-icon .path=${mdiFileCodeOutline}></ha-svg-icon>
|
||||||
<simple-tooltip
|
<simple-tooltip
|
||||||
animation-delay="0"
|
animation-delay="0"
|
||||||
.position=${computeRTL(this.hass) ? "right" : "left"}
|
.position=${computeRTL(this.hass) ? "right" : "left"}
|
||||||
|
|||||||
Reference in New Issue
Block a user