Fixed SVG Linking
File path was too specific from computer to computer. Linking it to just the images folder then the svg fixed it.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<div class="b-platevisual__container">
|
||||
<p class="b-platevisual__weightfinal"><span class="input-element input-final">0</span> LBS</p>
|
||||
<div class="b-platevisual__weight">
|
||||
<img src="/Users/stevenh/Desktop/Side_Projects/What_Are_You_Lifting-App/WhatAreYouLifting/images/BarBell.svg" class="b-platevisual__barbell">
|
||||
<img src="images/BarBell.svg" class="b-platevisual__barbell">
|
||||
<div class="b-platevisual__plates b-platevisual__plates--left">
|
||||
</div>
|
||||
<div class="b-platevisual__plates b-platevisual__plates--right">
|
||||
|
||||
Reference in New Issue
Block a user