mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Remove extra > from button (#6804)
This commit is contained in:
parent
bd66bd6cf0
commit
76f59d99a2
@ -88,8 +88,8 @@ class HassioAddonNetwork extends LitElement {
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-actions">
|
<div class="card-actions">
|
||||||
<ha-progress-button class="warning" @click=${this._resetTapped}>
|
<ha-progress-button class="warning" @click=${this._resetTapped}>
|
||||||
Reset to defaults </ha-progress-button
|
Reset to defaults
|
||||||
>>
|
</ha-progress-button>
|
||||||
<ha-progress-button @click=${this._saveTapped}>
|
<ha-progress-button @click=${this._saveTapped}>
|
||||||
Save
|
Save
|
||||||
</ha-progress-button>
|
</ha-progress-button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user