icon
This commit is contained in:
parent
fdf1ed1d46
commit
e7e1bb9905
2
app.vue
2
app.vue
|
@ -154,7 +154,7 @@ const toggleModal = () => {
|
||||||
<template v-for="item in social_networkData">
|
<template v-for="item in social_networkData">
|
||||||
<div class="social_network-name" :class="[{ 'social_network-name-small': item.link }]">
|
<div class="social_network-name" :class="[{ 'social_network-name-small': item.link }]">
|
||||||
<Icon :name="item.icon" />
|
<Icon :name="item.icon" />
|
||||||
<a href="#" target="_blank">
|
<a href="item.icon" target="_blank">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue