Skip to content

Commit

Permalink
Merge pull request #32 from Jittojoyes98/develop
Browse files Browse the repository at this point in the history
fix: change path
  • Loading branch information
Jittojoyes98 authored Jun 24, 2024
2 parents cda6c64 + 9433840 commit 7cca9cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added src/HomePage/hero-poster.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/HomePage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const HomePage = () => {
<div className="home-wrapper">
<div className="home-main">
<section data-testid="homepage-hero" className="home-hero-section">
<img src={`/hero-poster.webp`} alt="hero image" />
<img src={`./hero-poster.webp`} alt="hero image" />
<div className="centre-div-vertical">
<div>
<h1 className="big-header">Welcome to dropform</h1>
Expand Down

0 comments on commit 7cca9cc

Please sign in to comment.