Skip to content

Commit 4fd910d

Browse files
author
Benedicte Quimbert
committed
fix: Fixes gifs not dispaying on 'moving' part of the tutorial
1 parent 11241cd commit 4fd910d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Iframes/Tutorial/tutorial.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</div>
1717
<p class="half-width-text">Move with your arrow keys or by right-clicking somewhere !</p>
1818
<div>
19-
<img src="../../../resources/images/keys.gif" alt="your keyboard arrows" id="keyboard-img"/>
20-
<img src="../../../resources/images/mouse.gif" alt="your keyboard arrows" id="mouse-img"/>
19+
<img src="resources/images/keys.gif" alt="your keyboard arrows" id="keyboard-img"/>
20+
<img src="resources/images/mouse.gif" alt="your keyboard arrows" id="mouse-img"/>
2121
</div>
2222
</div>
2323

0 commit comments

Comments
 (0)