Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 484d833

Browse files
committed
fix: add missing labels
1 parent a696bc6 commit 484d833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/app-blog/app-blog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ export class AppBlog {
342342
<span class="blog-search-icon">
343343
<span class="fa fa-search" />
344344
</span>
345-
<input id="blog-search" type="search" class="blog-search-input" placeholder="Search the blog" onKeyUp={e => this.handleSearch(e.target['value'])} />
345+
<input id="blog-search" type="search" class="blog-search-input" placeholder="Search the blog" aria-label="search" onKeyUp={e => this.handleSearch(e.target['value'])} />
346346
</div>
347347
</li>
348348
</ul>
@@ -369,7 +369,7 @@ export class AppBlog {
369369
>
370370
<label class="d-none d-md-block">Sign Up for News &amp; Updates</label>
371371
<div class="form-group">
372-
<input type="email" value="" name="EMAIL" class="email d-none d-md-block" id="mce-EMAIL" placeholder="Email Address" required={true} />
372+
<input type="email" value="" name="EMAIL" class="email d-none d-md-block" id="mce-EMAIL" placeholder="Email Address" aria-label="email" required={true} />
373373
<div class="hidden" aria-hidden="true">
374374
<input type="text" name="b_7e95d70b390d0adf7aaa31ad6_78738bfcb4" tabindex="-1" value="" />
375375
</div>

0 commit comments

Comments
 (0)