Skip to content

Commit

Permalink
Update more branding to be OHF (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Dec 22, 2024
1 parent 350a696 commit b328166
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,16 +281,9 @@ <h2 id="used-by">Products using ESP Web Tools</h2>
</div>
<div class="name">OpenEpaperLink</div>
</a>
<a
href="https://openspool.io"
target="_blank"
class="project"
>
<a href="https://openspool.io" target="_blank" class="project">
<div class="logo">
<img
src="static/logos/openspool.png"
alt="OpenSpool logo"
/>
<img src="static/logos/openspool.png" alt="OpenSpool logo" />
</div>
<div class="name">OpenSpool</div>
</a>
Expand Down Expand Up @@ -594,7 +587,9 @@ <h2>Why we created ESP Web Tools</h2>
<div class="footer">
<div class="initiative">
ESP Web Tools is a project by
<a href="https://esphome.io">ESPHome</a>.<br />
<a href="https://esphome.io">ESPHome</a>,
<a href="https://www.openhomefoundation.org">Open Home Foundation</a
>.<br />
Development is funded by
<a href="https://www.nabucasa.com">Nabu Casa</a>.
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/install-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { version } from "./version";
import type { EwFilledSelect } from "./components/ew-filled-select";

console.log(
`ESP Web Tools ${version} by Nabu Casa; https://esphome.github.io/esp-web-tools/`,
`ESP Web Tools ${version} by Open Home Foundation; https://esphome.github.io/esp-web-tools/`,
);

const ERROR_ICON = "⚠️";
Expand Down

0 comments on commit b328166

Please sign in to comment.