Skip to content

Commit

Permalink
Added width and height properties to about page hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnajman committed Jun 8, 2024
1 parent 2c536c2 commit 47a819b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ function About() {
<img
src={bgImg}
className="about-hero-image"
width="1365"
height="581"
alt="Man sitting on top of camper van, looking at the night sky"
/>
<div className="about-page-content">
<h1>Don{"'"}t squeeze in a sedan when you could relax in a van.</h1>
Expand Down

0 comments on commit 47a819b

Please sign in to comment.