mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-28 07:51:24 +00:00
Added back IDs needed by verification JS
This commit is contained in:
parent
c65078f94e
commit
c305465ba6
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
<main class="ancillary">
|
||||
<section class="hero hero--half-height">
|
||||
<div class="inner-wrap inner-wrap--hero">
|
||||
<h1>Almost Done!</h1>
|
||||
<h1 id="title">Almost Done!</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<main class="ancillary">
|
||||
<section class="hero hero--half-height">
|
||||
<div class="inner-wrap inner-wrap--hero">
|
||||
<h1>Almost Done!</h1>
|
||||
<h1 id="title">Almost Done!</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue