mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add id to button
This commit is contained in:
parent
27afa3af74
commit
d1fb9c604a
@ -360,7 +360,7 @@ body {
|
||||
<div class="mx_HomePage_row">
|
||||
<div>
|
||||
<h2>2: Configure your app</h2>
|
||||
<button class="mx_Button" href="#">Configure my app</button>
|
||||
<button class="mx_Button" id="configure_riot_button" href="#">Configure my app</button>
|
||||
<p class="mx_Subtext">Tap the button above, or manually enable <em>Use custom server</em> and enter:</p>
|
||||
<p class="mx_Subtext">Homeserver: <em id="hs_url"></em></p>
|
||||
<p class="mx_Subtext" id="default_is">Identity Server: <em>https://vector.im</em> (default)</p>
|
||||
|
Loading…
Reference in New Issue
Block a user