Compare commits
No commits in common. "8acb3e45f499b64935720c863fe4303bfd6f19ac" and "2382914f0cef7dabfcc7572bf0ecfec4abd4f4a0" have entirely different histories.
8acb3e45f4
...
2382914f0c
3
app.vue
3
app.vue
|
@ -105,10 +105,9 @@ 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