merge
This commit is contained in:
parent
54b147a266
commit
8893320b6f
4
app.vue
4
app.vue
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue