remove relative URL references in different target because mobile chokes

This commit is contained in:
2025-06-08 16:55:03 -06:00
parent e9d800f601
commit b3ca6c9d91
9 changed files with 29 additions and 31 deletions

View File

@@ -12,7 +12,7 @@
<span />
<span>
<a
href="/help-onboarding"
:href="APP_SERVER + '/help-onboarding'"
target="_blank"
class="text-xs uppercase bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-1.5 py-1 rounded-md ml-1"
>
@@ -443,6 +443,7 @@ export default class ContactsView extends Vue {
showGiveConfirmed = true;
showLargeIdenticon?: Contact;
APP_SERVER = APP_SERVER;
AppString = AppString;
libsUtil = libsUtil;