mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 21:47:46 +00:00
Changed the states-ui toggle button to unobstrusive text link. (#3959)
This commit is contained in:
parent
d2a95e9f06
commit
64dd8c463d
@ -110,9 +110,8 @@ class HaPanelDevInfo extends LitElement {
|
||||
</p>
|
||||
<p>
|
||||
<a href="${nonDefaultLink}">${nonDefaultLinkText}</a><br />
|
||||
<mwc-button @click="${this._toggleDefaultPage}" raised>
|
||||
${defaultPageText}
|
||||
</mwc-button>
|
||||
<a href="#" @click="${this._toggleDefaultPage}">${defaultPageText}</a
|
||||
><br />
|
||||
</p>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
Loading…
x
Reference in New Issue
Block a user