Skip to content

Commit

Permalink
Merge pull request #30 from davidwrossiter/dev-merger
Browse files Browse the repository at this point in the history
minor bug fix
  • Loading branch information
davidwrossiter committed Jun 24, 2024
2 parents 8a0fdb9 + 0467227 commit c56486b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/blocks/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ function Hero() {
{/* The brands component below is a regular SVG component I made in JSX */}
<Brands />
</div>
<div className="hidden xl:flex">
<HeroRight />
</div>


{/* <img src="../../icons/hero-icon.svg" className="hidden xl:block ml-5"/> */}
</div>
Expand Down

0 comments on commit c56486b

Please sign in to comment.