fix: update component and import paths
Changes: - Update font-awesome component closing tag to match naming - Change @capacitor/app import to use local wrapper - Fix component self-closing tags in ContactScanView.vue This improves consistency in component usage and centralizes capacitor imports through our wrapper layer.
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
<router-link
|
||||
:to="{ name: 'account' }"
|
||||
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
|
||||
><font-awesome icon="chevron-left" class="fa-fw"></fa
|
||||
></router-link>
|
||||
><font-awesome icon="chevron-left" class="fa-fw"></font-awesome>
|
||||
</router-link>
|
||||
|
||||
Confirm Contact
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user