Skip to content

Commit

Permalink
docs: add alt tag to homepage logo (facebook#9499)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasbueschel authored and abhiisheek committed May 24, 2023
1 parent e9b2e49 commit aca2ca1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docusaurus/website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function Home() {
<div className="container">
<img
className={classnames(styles.heroBannerLogo, 'margin-vert--md')}
alt="Create React App logo"
src={useBaseUrl('img/logo.svg')}
/>
<h1 className="hero__title">{siteConfig.title}</h1>
Expand Down Expand Up @@ -99,7 +100,7 @@ function Home() {
<div className="col col--5 col--offset-1">
<img
className={styles.featureImage}
alt={'Easy to get started in seconds'}
alt="Easy to get started in seconds"
src={
'https://camo.githubusercontent.com/29765c4a32f03bd01d44edef1cd674225e3c906b/68747470733a2f2f63646e2e7261776769742e636f6d2f66616365626f6f6b2f6372656174652d72656163742d6170702f323762343261632f73637265656e636173742e737667'
}
Expand All @@ -114,7 +115,7 @@ function Home() {
<div className="col col--4 col--offset-1">
<img
className={styles.featureImage}
alt={'Easy to update'}
alt="Easy to update"
src={useBaseUrl('img/update.png')}
/>
</div>
Expand Down

0 comments on commit aca2ca1

Please sign in to comment.