Skip to content

Commit f2973e6

Browse files
Updating image paths
1 parent 9cf6bb2 commit f2973e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/UnicornLog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<img
99
alt="Vue 3 UnicornLog by @WebDevNerdStuff"
1010
class="img-fluid unicorn-img"
11-
src="unicorn.svg"
11+
src="../assets/unicorn.svg"
1212
/>
1313
</div>
1414
</div>

src/components/sections/FooterSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img
55
alt="Vue 3 UnicornLog by @WebDevNerdStuff"
66
class="img-fluid"
7-
src="vue3-unicorn-log-social.jpg"
7+
src="../../assets/vue3-unicorn-log-social.jpg"
88
/>
99
</div>
1010
</div>

0 commit comments

Comments
 (0)