Put the View Profile button above Refresh
This commit is contained in:
parent
8e4079224f
commit
48864ab611
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue