mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Move the analytics link (#12459)
This commit is contained in:
parent
6747375a1b
commit
fda03918b9
@ -58,9 +58,9 @@ class ConfigAnalytics extends LitElement {
|
||||
"ui.panel.config.core.section.core.core_config.save_button"
|
||||
)}
|
||||
</mwc-button>
|
||||
${analyticsLearnMore(this.hass)}
|
||||
</div>
|
||||
</ha-card>
|
||||
<div class="footer">${analyticsLearnMore(this.hass)}</div>
|
||||
`;
|
||||
}
|
||||
|
||||
@ -117,6 +117,10 @@ class ConfigAnalytics extends LitElement {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.footer {
|
||||
padding: 32px 0 16px;
|
||||
text-align: center;
|
||||
}
|
||||
`, // row-reverse so we tab first to "save"
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user