File tree 1 file changed +3
-2
lines changed
docusaurus/website/src/pages
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ function Home() {
48
48
< div className = "container" >
49
49
< img
50
50
className = { classnames ( styles . heroBannerLogo , 'margin-vert--md' ) }
51
+ alt = "Create React App logo"
51
52
src = { useBaseUrl ( 'img/logo.svg' ) }
52
53
/>
53
54
< h1 className = "hero__title" > { siteConfig . title } </ h1 >
@@ -99,7 +100,7 @@ function Home() {
99
100
< div className = "col col--5 col--offset-1" >
100
101
< img
101
102
className = { styles . featureImage }
102
- alt = { ' Easy to get started in seconds' }
103
+ alt = " Easy to get started in seconds"
103
104
src = {
104
105
'https://camo.githubusercontent.com/29765c4a32f03bd01d44edef1cd674225e3c906b/68747470733a2f2f63646e2e7261776769742e636f6d2f66616365626f6f6b2f6372656174652d72656163742d6170702f323762343261632f73637265656e636173742e737667'
105
106
}
@@ -114,7 +115,7 @@ function Home() {
114
115
< div className = "col col--4 col--offset-1" >
115
116
< img
116
117
className = { styles . featureImage }
117
- alt = { ' Easy to update' }
118
+ alt = " Easy to update"
118
119
src = { useBaseUrl ( 'img/update.png' ) }
119
120
/>
120
121
</ div >
You can’t perform that action at this time.
0 commit comments