Skip to content

Commit b328166

Browse files
authored
Update more branding to be OHF (#542)
1 parent 350a696 commit b328166

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

index.html

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -281,16 +281,9 @@ <h2 id="used-by">Products using ESP Web Tools</h2>
281281
</div>
282282
<div class="name">OpenEpaperLink</div>
283283
</a>
284-
<a
285-
href="https://openspool.io"
286-
target="_blank"
287-
class="project"
288-
>
284+
<a href="https://openspool.io" target="_blank" class="project">
289285
<div class="logo">
290-
<img
291-
src="static/logos/openspool.png"
292-
alt="OpenSpool logo"
293-
/>
286+
<img src="static/logos/openspool.png" alt="OpenSpool logo" />
294287
</div>
295288
<div class="name">OpenSpool</div>
296289
</a>
@@ -594,7 +587,9 @@ <h2>Why we created ESP Web Tools</h2>
594587
<div class="footer">
595588
<div class="initiative">
596589
ESP Web Tools is a project by
597-
<a href="https://esphome.io">ESPHome</a>.<br />
590+
<a href="https://esphome.io">ESPHome</a>,
591+
<a href="https://www.openhomefoundation.org">Open Home Foundation</a
592+
>.<br />
598593
Development is funded by
599594
<a href="https://www.nabucasa.com">Nabu Casa</a>.
600595
</div>

src/install-dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import { version } from "./version";
4040
import type { EwFilledSelect } from "./components/ew-filled-select";
4141

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

4646
const ERROR_ICON = "⚠️";

0 commit comments

Comments
 (0)