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">
|
<TopBarLayout back-target="/" title="Contact">
|
||||||
<div class="text-lg p-5 max-w-130 mx-auto">
|
<div class="text-lg p-5 max-w-130 mx-auto">
|
||||||
<div class="space-y-4 text-xl">
|
<div class="space-y-4 text-xl">
|
||||||
<p>For business inquiries, please use <!-- Matrix or --> Email.</p>
|
<p>For business inquiries, please use Matrix or Email.</p>
|
||||||
<!-- <p>Matrix should be used when encryption is desired.</p> -->
|
<p>Matrix should be used when encryption is desired.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="pt-6 relative flex items-center">
|
<div class="pt-6 relative flex items-center">
|
||||||
<div class="absolute w-full">
|
<div class="absolute w-full">
|
||||||
|
@ -71,12 +71,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
l.push(
|
l.push(
|
||||||
//{
|
{
|
||||||
// icon: MatrixIcon,
|
icon: MatrixIcon,
|
||||||
// href: "https://moritzruth.de/matrix",
|
href: "https://moritzruth.de/matrix",
|
||||||
// label: "Matrix",
|
label: "Matrix",
|
||||||
// description: "@moritz:deltaa.xyz"
|
description: "@moritz:deltaa.xyz"
|
||||||
//},
|
},
|
||||||
{
|
{
|
||||||
icon: TwitterIcon,
|
icon: TwitterIcon,
|
||||||
href: "https://moritzruth.de/twitter",
|
href: "https://moritzruth.de/twitter",
|
||||||
|
|
Loading…
Add table
Reference in a new issue