Skip to content

Commit

Permalink
Fix imgs src
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Jun 21, 2021
1 parent 23d575b commit 9ce94d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/PageNotFound/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function PageNotFound() {
</div>
</div>
<div className="imgBlock">
<img className="img" src="/imgs/draw-11.svg" alt="draw" />
<img className="img" src="/Imgs/draw-11.svg" alt="draw" />
</div>
</Container>
);
Expand Down

0 comments on commit 9ce94d1

Please sign in to comment.