mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Update newsletter link (#20740)
* Update newsletter link * Update src/panels/config/dashboard/ha-config-dashboard.ts * Update src/onboarding/dialogs/community-dialog.ts
This commit is contained in:
parent
008c842431
commit
8fdb7fa1d5
@ -48,7 +48,7 @@ class DialogCommunity extends LitElement {
|
|||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
href="https://www.home-assistant.io/newsletter/"
|
href="https://newsletter.openhomefoundation.org/"
|
||||||
>
|
>
|
||||||
<ha-list-item hasMeta graphic="icon">
|
<ha-list-item hasMeta graphic="icon">
|
||||||
<img src="/static/icons/favicon-192x192.png" slot="graphic" />
|
<img src="/static/icons/favicon-192x192.png" slot="graphic" />
|
||||||
|
@ -83,7 +83,7 @@ const randomTip = (hass: HomeAssistant, narrow: boolean) => {
|
|||||||
>`,
|
>`,
|
||||||
newsletter: html`<span class="keep-together"
|
newsletter: html`<span class="keep-together"
|
||||||
><a
|
><a
|
||||||
href=${documentationUrl(hass, `/newsletter`)}
|
href="https://newsletter.openhomefoundation.org/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>Newsletter</a
|
>Newsletter</a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user