diff --git a/meshchatx/src/frontend/components/about/AboutPage.vue b/meshchatx/src/frontend/components/about/AboutPage.vue index a4ebbb1..265acfd 100644 --- a/meshchatx/src/frontend/components/about/AboutPage.vue +++ b/meshchatx/src/frontend/components/about/AboutPage.vue @@ -122,7 +122,7 @@
{{ $t("about.contact_developer") }}
-
-
- {{ $t("about.contact_lxmf_address") }} + +
+
+
+ {{ $t("about.contact_lxmf_address") }} +
+
+ + {{ developerLxmfPrimary }} + + +
-
- 7cc8d66b4f6a0e0e49d34af7f6077b5a +
- -
-
-
-
- {{ $t("about.contact_alternate") }} -
-
- 43d3309adf27fc446556121b553b56a6 - + {{ $t("about.contact_alternate") }} +
+
+ + {{ developerLxmfAlternate }} + + +
+
{{ $t("about.contact_propagation_hint") }}
-
+
+ +
- + {{ $t("about.donate_label") }}
-
-
+
+
{{ $t("about.donate_monero_label") }}
-
- {{ moneroDonateAddress }} + {{ moneroDonateAddress }}
-
+ @@ -1044,6 +1077,8 @@ export default { chromeVersion: null, nodeVersion: null, showContactSupport: false, + developerLxmfPrimary: "7cc8d66b4f6a0e0e49d34af7f6077b5a", + developerLxmfAlternate: "43d3309adf27fc446556121b553b56a6", moneroDonateAddress: "83SUg6mmkkVGwCycckLEgRfdmXNm7H9XtVjbGXp5kko71N6pTefYURJeS7WdEGHrz2aagmt4nF3dWg6mHcYs6yu4EokwhTh", };