File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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 {
8383 < nav className = { classes ( styles . navigator , className ) } >
8484 < div className = { styles . search_bar_container } >
8585 < 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 ) } />
8888 </ div >
8989 < div className = { styles . algorithm_list } >
9090 {
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
2- < html >
2+ < html lang =" en " >
33< head >
44 < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-78128848-1 "> </ script >
55 < script >
You can’t perform that action at this time.
0 commit comments