Skip to content

Commit

Permalink
svg
Browse files Browse the repository at this point in the history
  • Loading branch information
TetiZ committed Jan 31, 2024
1 parent e733059 commit 4e11bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/exersises.js
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ function dataToStorage(data) {

// SVG

const spriteURL = '../img/icons.svg';
const spriteURL = './img/icons.svg';

const savedCards = JSON.parse(localStorage.getItem('exercises'));
console.log(savedCards);
Expand Down

0 comments on commit 4e11bc5

Please sign in to comment.