Skip to content

Commit

Permalink
make captcha title label for captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Dec 8, 2021
1 parent 3cd0e0a commit dd73e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/partials/contact.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<div class="captcha-wrapper">
<div class="captcha-field field perspective hover">
<div class="captcha-title-wrapper perspective">
<div id="captcha-title" class="title perspective captcha-title">
<label id="captcha-title" class="title perspective captcha-title" for="captcha">
<img id="captcha-img" class="captcha-img" src="{{captchaBase64}}" title="captcha">
</div>
</label>
<button id="captcha-refresh-btn" class="captcha-refresh-btn" name="refresh" type="button" title="Refresh Captcha">
<span class="icon">&#x21bb;</span>
</button>
Expand Down

0 comments on commit dd73e37

Please sign in to comment.