mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 14:16:41 +00:00
Update more branding to be OHF (#542)
This commit is contained in:
parent
350a696012
commit
b328166ea4
15
index.html
15
index.html
@ -281,16 +281,9 @@
|
||||
</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>
|
||||
@ -594,7 +587,9 @@ button.overrides = {
|
||||
<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>
|
||||
|
@ -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 = "⚠️";
|
||||
|
Loading…
x
Reference in New Issue
Block a user