File tree 5 files changed +16
-6
lines changed
5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 8
8
"eslint-config-airbnb" : " ^18.2.0" ,
9
9
"eslint-plugin-jest" : " ^23.20.0" ,
10
10
"gh-pages" : " ^3.1.0" ,
11
- "perseids-react-components" : " ^1.1.1 " ,
11
+ "perseids-react-components" : " ^1.1.2 " ,
12
12
"prop-types" : " ^15.7.2" ,
13
13
"react" : " ^16.13.1" ,
14
14
"react-clipboard.js" : " ^2.0.16" ,
Original file line number Diff line number Diff line change 8
8
content ="width=device-width, initial-scale=1, shrink-to-fit=no "
9
9
/>
10
10
< meta name ="theme-color " content ="#000000 " />
11
+ < meta
12
+ name ="description "
13
+ content ="%REACT_APP_DESCRIPTION% "
14
+ />
11
15
<!--
12
16
manifest.json provides metadata used when your web app is installed on a
13
17
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Original file line number Diff line number Diff line change
1
+ User-agent: *
2
+ Disallow:
Original file line number Diff line number Diff line change @@ -111,7 +111,10 @@ class Input extends Component {
111
111
< div className = "row pt-4 mb-3" >
112
112
< div className = "col-12 text-center" >
113
113
< h1 className = "h3 font-weight-normal" >
114
- Polytonic Greek Virtual Keyboard
114
+ { /* eslint-disable-next-line jsx-a11y/label-has-associated-control */ }
115
+ < label htmlFor = "polytonic-keyboard-input-and-output" className = "mb-0" >
116
+ Polytonic Greek Virtual Keyboard
117
+ </ label >
115
118
</ h1 >
116
119
</ div >
117
120
</ div >
@@ -120,6 +123,7 @@ class Input extends Component {
120
123
< textarea
121
124
ref = { ( r ) => { this . textareaRef = r ; } }
122
125
className = "form-control input-lg"
126
+ id = "polytonic-keyboard-input-and-output"
123
127
type = "text"
124
128
placeholder = "Type using the virtual keyboard ..."
125
129
autoComplete = "off"
Original file line number Diff line number Diff line change @@ -7656,10 +7656,10 @@ performance-now@^2.1.0:
7656
7656
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
7657
7657
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
7658
7658
7659
- perseids-react-components@^1.1.1 :
7660
- version "1.1.1 "
7661
- resolved "https://registry.yarnpkg.com/perseids-react-components/-/perseids-react-components-1.1.1 .tgz#d3b17df487c40d5fd1a25c027861e3b52e9c755e "
7662
- integrity sha512-/yoNpMi4eNCUb8G0JJfwVQcv40JRlnXmjQtAa3gEQaK5cCxs6i4vxWqDMBZxC5zJb6+dIJqN6dMWZz3lQjWEXA ==
7659
+ perseids-react-components@^1.1.2 :
7660
+ version "1.1.2 "
7661
+ resolved "https://registry.yarnpkg.com/perseids-react-components/-/perseids-react-components-1.1.2 .tgz#6051fc8f98d0c507d12324fa06658e68c3371694 "
7662
+ integrity sha512-3Jpa6/93Iz+nVwelROMabp16dPQMI8K/92oH2ikFvcjVcHGi8OsaPUiW/NVsrFS7mSGo987QCklii40kRjlYvw ==
7663
7663
dependencies :
7664
7664
" @primer/octicons" " ^10.0.0"
7665
7665
prop-types "^15.7.2"
You can’t perform that action at this time.
0 commit comments