#30 Simplified src to images

This commit is contained in:
Dominic Villemure
2024-04-21 14:47:34 -04:00
parent e9b8e0d2bc
commit 34994d651f

View File

@@ -10,7 +10,7 @@
<v-row justify="center" style="margin-top: 30px;">
<v-col cols="5" lg="5" md="5" sm="12" xs="7">
<router-link :to="{ name: 'home' }">
<v-img src="../../../images/hutopy.png" class="hutopy-footer-picture"></v-img>
<v-img src="/images/hutopy.png" class="hutopy-footer-picture"></v-img>
</router-link>
</v-col>
</v-row>
@@ -22,21 +22,21 @@
<v-row justify="center">
<v-col cols="auto">
<a href="https://www.facebook.com/profile.php?id=61556819217561">
<img class="icons" src="../../public/images/facebookiconblackpink.png" alt="Description image 2">
<img class="icons" src="/public/images/facebookiconblackpink.png" alt="Description image 2">
</a>
</v-col>
<!-- Instagram link -->
<v-col cols="auto">
<a href="https://www.instagram.com/hutopy.inc/">
<img src="../../public/images/instagramblackpink.png" alt="Description image 3" class="icons">
<img src="/public/images/instagramblackpink.png" alt="Description image 3" class="icons">
</a>
</v-col>
<!-- Need X Account -->
<v-col cols="auto">
<router-link :to="{ name: 'home' }">
<img src="../../public/images/xblackpink.png" alt="Description image 1" class="icons">
<img src="/public/images/xblackpink.png" alt="Description image 1" class="icons">
</router-link>
</v-col>
</v-row>