Skip to content

Commit 837fd3e

Browse files
committed
Fix minor accessibility issues
1 parent 5fb1217 commit 837fd3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

branding/screenshot.png

-543 KB
Loading

src/frontend/components/Navigator/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

src/frontend/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy