Skip to content

Commit

Permalink
Merge pull request esphome#111 from esphome/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Jul 4, 2024
2 parents f434c24 + 4bf74e3 commit b817e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/v2/src/esp-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default class EspApp extends LitElement {
return html`
<h1>
<a href="https://esphome.io/web-api" class="logo">
<esp-logo></esp-logo>
<esp-logo style="width: 52px; height: 40px; display: block;"></esp-logo>
</a>
${this.config.title}
<span id="beat" title="${this.version}">❤</span>
Expand Down
2 changes: 1 addition & 1 deletion packages/v3/src/esp-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default class EspApp extends LitElement {
return html`
<header>
<a href="https://esphome.io/web-api" id="logo" title="${this.version}">
<esp-logo></esp-logo>
<esp-logo style="width: 52px; height: 40px;"></esp-logo>
</a>
<iconify-icon
.icon="${!!this.connected ? "mdi:circle" : "mdi:circle-off-outline"}"
Expand Down

0 comments on commit b817e0f

Please sign in to comment.