Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/patches/hui-view-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ customElements.whenDefined("hui-view-editor").then(() => {
const helpLink = document.createElement("p");
helpLink.innerHTML = `
You have layout-card installed which adds some options to this dialog.<br/>
Please see
Please see
<a
href="https://github.com/thomasloven/lovelace-layout-card"
target="_blank"
rel="no referrer"
>layout-card on GitHub</a>for usage instructions.
>layout-card on GitHub</a> for usage instructions.
<style>
p {padding: 16px 0 0; margin-bottom: 0;}
a {color: var(--primary-color);}
Expand Down