Skip to content

Commit

Permalink
Change file path
Browse files Browse the repository at this point in the history
  • Loading branch information
jukha committed Oct 27, 2023
1 parent 0a81ede commit cee12da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/rules/Rules.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ function Rules() {
<div className="mb-7 flex items-center justify-between">
<h3 className="text-2xl font-bold uppercase text-dark">Rules</h3>
<button onClick={toggleModal}>
<img src="/assets/icon-close.svg" />
<img src="./assets/icon-close.svg" />
</button>
</div>
<img
src="/assets/image-rules.svg"
src="./assets/image-rules.svg"
alt="image explaining game rules"
/>
</div>
Expand Down

0 comments on commit cee12da

Please sign in to comment.