Compare commits
3 Commits
2382914f0c
...
8acb3e45f4
Author | SHA1 | Date |
---|---|---|
|
8acb3e45f4 | |
|
70cb89ce49 | |
|
e7e1bb9905 |
3
app.vue
3
app.vue
|
@ -105,9 +105,10 @@ const toggleModal = () => {
|
|||
<div class="container prose">
|
||||
<template v-for="item in social_networkData">
|
||||
<div class="social_network-name" :class="[{ 'social_network-name-small': item.link }]">
|
||||
<a href="#" target="_blank">
|
||||
<Icon :name="item.icon" />
|
||||
<a :href="item.link" target="_blank">
|
||||
{{ item.name }}
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue