1
0
Fork 0

Remove licence field

This commit is contained in:
Le Libre Au Quotidien 2020-05-24 19:38:33 +02:00
parent 7af7830b6b
commit 1b2fd60e3c
1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
<div class="btn-container-softbox">
<a class="sb buttons" v-for="item in href_array" :key="item" target="_blank" :href="item"></a>
</div>
<span class="licence">{{licence}}</span>
</div>
</template>
<script>
@ -22,7 +21,6 @@ export default {
name:String,
desc:String,
href:String,
licence:String,
pubkey:String,
},