Skip to content

Commit

Permalink
added alt to starting position
Browse files Browse the repository at this point in the history
  • Loading branch information
1anya1 committed Jul 22, 2021
1 parent d32ea29 commit 7c2f7c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ let turn = document.getElementById('update-turn')
turn.innerHTML= "Player <img id='players-turn'> Turn";
let turnImage = document.getElementById('players-turn')
turnImage.src='image/catred.png'
turnImage.alt = 'cat'
createClick(width, clicker)
createBoard(width, depth, board)
document.getElementById('clicker').addEventListener('click', clickEvent)
Expand Down

0 comments on commit 7c2f7c6

Please sign in to comment.