File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ class Navigator extends React.Component {
83
83
< nav className = { classes ( styles . navigator , className ) } >
84
84
< div className = { styles . search_bar_container } >
85
85
< FontAwesomeIcon fixedWidth icon = { faSearch } className = { styles . search_icon } />
86
- < input type = "text" className = { styles . search_bar } autoFocus placeholder = "Search ..." value = { query }
87
- onChange = { e => this . handleChangeQuery ( e ) } />
86
+ < input type = "text" className = { styles . search_bar } aria-label = "Search" placeholder = "Search ..." autoFocus
87
+ value = { query } onChange = { e => this . handleChangeQuery ( e ) } />
88
88
</ div >
89
89
< div className = { styles . algorithm_list } >
90
90
{
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
2
+ < html lang =" en " >
3
3
< head >
4
4
< script async src ="https://www.googletagmanager.com/gtag/js?id=UA-78128848-1 "> </ script >
5
5
< script >
You can’t perform that action at this time.
0 commit comments