You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/pages/app-blog/app-blog.tsx
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -353,8 +353,10 @@ export class AppBlog {
353
353
{this.displaySearchBar ? (
354
354
<divclass="searchbar-top">
355
355
<divclass="blog-search-group">
356
-
<spanclass="blog-search-icon-top fa fa-search"/>
357
-
<inputid="blog-search"type="text"class="blog-search-input-top"placeholder="Search the blog"onKeyUp={e=>this.handleSearch(e.target['value'])}/>
356
+
<spanclass="blog-search-icon">
357
+
<spanclass="fa fa-search"/>
358
+
</span>
359
+
<inputid="blog-search"type="search"class="blog-search-input"placeholder="Search the blog"aria-label="search"onKeyUp={e=>this.handleSearch(e.target['value'])}/>
358
360
</div>
359
361
<buttononClick={()=>this.hideSearchBar()}>
360
362
<iclass="far fa-times-circle"/>
@@ -440,7 +442,7 @@ export class AppBlog {
440
442
>
441
443
<labelclass="d-none d-md-block">Sign Up for News & Updates</label>
0 commit comments