Skip to content

Commit dd5a882

Browse files
authored
Removed matrix chat mentions (#146)
1 parent cb29ed8 commit dd5a882

File tree

5 files changed

+1
-59
lines changed

5 files changed

+1
-59
lines changed

src/components/MatrixSection.astro

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/data/footer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@
6262
"external": true,
6363
"link": "https://floss.social/@defguard"
6464
},
65-
{
66-
"text": "Matrix",
67-
"external": true,
68-
"link": "https://matrix.to/#/#defguard:teonite.com"
69-
},
7065
{
7166
"text": "Twitter",
7267
"external": true,

src/data/nav.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474
{
7575
"display": "GitHub (Source)",
7676
"url": "https://github.com/DefGuard/defguard"
77-
},
78-
{
79-
"display": "Matrix (Community)",
80-
"url": "https://matrix.to/#/#defguard:teonite.com"
8177
}
8278
]
8379
}

src/pages/openvpn.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import ProductLayout from "../layouts/ProductLayout.astro";
55
import ProductSection from "../layouts/ProductSection.astro";
66
import { ProductFeature } from "../components/product/ProductFeature/ProductFeature";
77
import ProductBuiltBy from "../components/product/ProductBuiltBy.astro";
8-
import MatrixSection from "../components/MatrixSection.astro";
98
import ImageGallery from "../components/image/ImageGallery.astro";
109
import BookDemoForm from "../components/form/BookDemoForm/BookDemoForm";
1110
import MigrateIllustration from "/public/svg/migrate-illustration.svg?raw";
@@ -86,6 +85,5 @@ const tags = [
8685
</div>
8786
</ProductSection>
8887
<ProductBuiltBy />
89-
<MatrixSection />
9088
</main>
9189
</ProductLayout>

src/pages/security.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const tags = [
196196
<div slot="left">
197197
<ul>
198198
<li>
199-
We communicate internally and with our customers on secure on-premise Matrix (<a
199+
We communicate internally on secure on-premise Matrix (<a
200200
href="https://matrix.org">matrix.org</a
201201
>) channels.
202202
</li>

0 commit comments

Comments
 (0)