Change class

This commit is contained in:
Le Libre Au Quotidien 2020-05-31 18:44:24 +02:00
parent 0f63d9a423
commit 61b8754173
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<h3>{{name}}</h3>
<p>{{desc}}</p>
<div class="btn-container-softbox">
<a class="sb buttons" v-for="item in href_array" :key="item" target="_blank" :href="item"></a>
<a class="sb button buttons" v-for="item in href_array" :key="item" target="_blank" :href="item"></a>
</div>
</div>
</template>