#30 Simplified src to images
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<v-row justify="center" style="margin-top: 30px;">
|
<v-row justify="center" style="margin-top: 30px;">
|
||||||
<v-col cols="5" lg="5" md="5" sm="12" xs="7">
|
<v-col cols="5" lg="5" md="5" sm="12" xs="7">
|
||||||
<router-link :to="{ name: 'home' }">
|
<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>
|
</router-link>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
@@ -22,21 +22,21 @@
|
|||||||
<v-row justify="center">
|
<v-row justify="center">
|
||||||
<v-col cols="auto">
|
<v-col cols="auto">
|
||||||
<a href="https://www.facebook.com/profile.php?id=61556819217561">
|
<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>
|
</a>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<!-- Instagram link -->
|
<!-- Instagram link -->
|
||||||
<v-col cols="auto">
|
<v-col cols="auto">
|
||||||
<a href="https://www.instagram.com/hutopy.inc/">
|
<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>
|
</a>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<!-- Need X Account -->
|
<!-- Need X Account -->
|
||||||
<v-col cols="auto">
|
<v-col cols="auto">
|
||||||
<router-link :to="{ name: 'home' }">
|
<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>
|
</router-link>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|||||||
Reference in New Issue
Block a user