This commit is contained in:
Kseninia Mikhaylova 2024-06-06 12:50:48 +03:00
parent 54b147a266
commit 8893320b6f
1 changed files with 1 additions and 3 deletions

View File

@ -103,9 +103,7 @@ const toggleModal = () => {
<div class="footer-text footer-text-social">
<template v-for="item in social_networkData">
<a :href="item.link" target="_blank">
<Icon :name="item.icon" />
{{ item.name }}
<Icon :name="item.icon" /> {{ item.name }}
</a>
</template>
</div>