added router push on click home-icon in home-mobile

This commit is contained in:
Kostya
2023-11-30 13:32:06 +03:00
parent 32f1c93dba
commit affddb7cbe

View File

@@ -46,7 +46,7 @@
</a>
</div>
<div class="footer-mobile__block home-icon">
<a href="#">
<a href="#" @click="$router.push({ name: 'home' })">
<img src="@/assets/icons-adaptive/home-adaptive/icon-home.svg">
</a>
</div>