File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import { version } from "./version";
4040import type { EwFilledSelect } from "./components/ew-filled-select" ;
4141
4242console . 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
4646const ERROR_ICON = "⚠️" ;
You can’t perform that action at this time.
0 commit comments