move & resize the contact edit & info buttons

This commit is contained in:
2024-06-22 12:34:30 -06:00
parent 8f2bebe8ae
commit 1639e7cf25
2 changed files with 11 additions and 12 deletions

View File

@@ -57,7 +57,7 @@
<h2 class="text-xl font-semibold mb-2">
{{ givenName }}
<router-link :to="{ name: 'new-edit-account' }">
<fa icon="pen" class="text-xs text-blue-500 mb-1"></fa>
<fa icon="pen" class="text-xs text-blue-500 ml-2 mb-1"></fa>
</router-link>
</h2>
</div>