Skip to content

Commit 45df8f1

Browse files
authored
Merge pull request #165 from w3bdesign/dev
Move assets into separate folders
2 parents 8ca7f9b + e6ff56b commit 45df8f1

File tree

11 files changed

+4
-4
lines changed

11 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

components/Cart/ShowCartContents.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
:class="{ removing: removingCartItem }"
1818
alt="Remove icon"
1919
aria-label="Remove"
20-
src="@/assets/Remove.svg"
20+
src="@/assets/svg/Remove.svg"
2121
@click="handleRemoveProduct(products)"
2222
/>
2323
</span>

components/Header/Cart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
alt="Cart icon"
1515
class="h-12 ml-4 lg:ml-2"
1616
aria-label="Cart"
17-
src="~/assets/Cart.svg"
17+
src="~/assets/svg/Cart.svg"
1818
/></span>
1919
</transition>
2020
<transition name="cart">

components/Header/Navbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
alt="Logo"
1212
class="h-20 lg:h-24"
1313
aria-label="Nettbutikk logo"
14-
src="~/assets/Logo.svg"
14+
src="~/assets/svg/Logo.svg"
1515
/>
1616
</div>
1717
</div>

0 commit comments

Comments
 (0)