Re-enable Matrix references
This commit is contained in:
parent
edf28dfb1c
commit
e8224e03a9
1 changed files with 8 additions and 8 deletions
|
@ -2,8 +2,8 @@
|
|||
<TopBarLayout back-target="/" title="Contact">
|
||||
<div class="text-lg p-5 max-w-130 mx-auto">
|
||||
<div class="space-y-4 text-xl">
|
||||
<p>For business inquiries, please use <!-- Matrix or --> Email.</p>
|
||||
<!-- <p>Matrix should be used when encryption is desired.</p> -->
|
||||
<p>For business inquiries, please use Matrix or Email.</p>
|
||||
<p>Matrix should be used when encryption is desired.</p>
|
||||
</div>
|
||||
<div class="pt-6 relative flex items-center">
|
||||
<div class="absolute w-full">
|
||||
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue