From e8224e03a900242dce18056abe4b8ddbbc611226 Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Sun, 22 May 2022 14:05:50 +0200 Subject: [PATCH] Re-enable Matrix references --- src/pages/contact.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/contact.vue b/src/pages/contact.vue index 2dea95c..5d6c4f0 100644 --- a/src/pages/contact.vue +++ b/src/pages/contact.vue @@ -2,8 +2,8 @@
-

For business inquiries, please use Email.

- +

For business inquiries, please use Matrix or Email.

+

Matrix should be used when encryption is desired.

@@ -71,12 +71,12 @@ } l.push( - //{ - // icon: MatrixIcon, - // href: "https://moritzruth.de/matrix", - // label: "Matrix", - // description: "@moritz:deltaa.xyz" - //}, + { + icon: MatrixIcon, + href: "https://moritzruth.de/matrix", + label: "Matrix", + description: "@moritz:deltaa.xyz" + }, { icon: TwitterIcon, href: "https://moritzruth.de/twitter",