Remove extra > from button (#6804)

This commit is contained in:
Joakim Sørensen 2020-09-06 18:29:39 +02:00 committed by GitHub
parent bd66bd6cf0
commit 76f59d99a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,8 +88,8 @@ class HassioAddonNetwork extends LitElement {
</div>
<div class="card-actions">
<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}>
Save
</ha-progress-button>