Skip to content

Commit

Permalink
test - changed path to dumbbell img
Browse files Browse the repository at this point in the history
  • Loading branch information
TetiZ committed Jan 30, 2024
1 parent 7a088f0 commit f2a28cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/js/exersises.js
Original file line number Diff line number Diff line change
Expand Up @@ -781,12 +781,12 @@ function emptyContent() {
<img
class="dumbbell-favorites-img"
srcset="
./img/favorites/dumbbell-tab-desc.png 116w,
./img/favorites/[email protected] 231w,
./img/favorites/dumbbell-mob.png 85w,
./img/favorites/[email protected] 170w
/energy_flow/assets//img/favorites/dumbbell-tab-desc.png 116w,
/energy_flow/assets//img/favorites/[email protected] 231w,
/energy_flow/assets//img/favorites/dumbbell-mob.png 85w,
/energy_flow/assets//img/favorites/[email protected] 170w
"
src="./img/favorites/dumbbell-mob.png"
src="/energy_flow/assets//img/favorites/dumbbell-mob.png"
sizes="(min-width: 768px) 116px, (max-width: 767px) 85px"
alt="dumbbell icon"
/>
Expand Down

0 comments on commit f2a28cf

Please sign in to comment.