Skip to content

Commit

Permalink
Main images now clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed Nov 15, 2023
1 parent 88d7c32 commit 87b8bb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ function Feature({svg, link, title, description}) {
return (
<div className={clsx('col col--4')}>
<div className="text--center">
<img src={svg} alt={title} className={styles.featureSvg}/>
<Link to={link}>
<img src={svg} alt={title} className={styles.featureSvg}/>
</Link>
</div>
<div className="text--center padding-horiz--md">
<Link to={link}>
Expand Down

0 comments on commit 87b8bb0

Please sign in to comment.