Move the analytics link (#12459)

This commit is contained in:
Paulus Schoutsen 2022-04-26 21:40:01 -07:00 committed by GitHub
parent 6747375a1b
commit fda03918b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,9 +58,9 @@ class ConfigAnalytics extends LitElement {
"ui.panel.config.core.section.core.core_config.save_button" "ui.panel.config.core.section.core.core_config.save_button"
)} )}
</mwc-button> </mwc-button>
${analyticsLearnMore(this.hass)}
</div> </div>
</ha-card> </ha-card>
<div class="footer">${analyticsLearnMore(this.hass)}</div>
`; `;
} }
@ -117,6 +117,10 @@ class ConfigAnalytics extends LitElement {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
} }
.footer {
padding: 32px 0 16px;
text-align: center;
}
`, // row-reverse so we tab first to "save" `, // row-reverse so we tab first to "save"
]; ];
} }