Skip to content

Commit

Permalink
chore: improve accessibility of svg links
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed May 18, 2024
1 parent 1277866 commit a48e5a7
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 37 deletions.
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function Feature({ Svg, title, description }) {
<div className={clsx(styles.featureBackground)}></div>
<div className={clsx(styles.feature)}>
<div className="text--center">
<Svg className={clsx(styles.featureSvg)} role="img" aria-hidden="true" />
<Svg className={clsx(styles.featureSvg)} role="img"/>
</div>
<div className={clsx(styles.featureText, "padding-horiz--md")}>
<h2 className={clsx(styles.featureTitle)}>{title}</h2>
Expand Down
Loading

0 comments on commit a48e5a7

Please sign in to comment.