Put the View Profile button above Refresh

This commit is contained in:
Lance Edgar 2021-10-04 12:40:35 -04:00
parent 8e4079224f
commit 48864ab611

View file

@ -129,11 +129,6 @@
</b-field>
<div v-if="contactUUID"
class="buttons">
<b-button @click="refreshContact"
icon-pack="fas"
icon-left="redo">
Refresh
</b-button>
<b-button v-if="contactProfileURL"
type="is-primary"
tag="a" target="_blank"
@ -142,6 +137,11 @@
icon-left="external-link-alt">
View Profile
</b-button>
<b-button @click="refreshContact"
icon-pack="fas"
icon-left="redo">
Refresh
</b-button>
</div>
</b-field>