File tree Expand file tree Collapse file tree 5 files changed +1
-59
lines changed
Expand file tree Collapse file tree 5 files changed +1
-59
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import ProductLayout from "../layouts/ProductLayout.astro";
55import ProductSection from " ../layouts/ProductSection.astro" ;
66import { ProductFeature } from " ../components/product/ProductFeature/ProductFeature" ;
77import ProductBuiltBy from " ../components/product/ProductBuiltBy.astro" ;
8- import MatrixSection from " ../components/MatrixSection.astro" ;
98import ImageGallery from " ../components/image/ImageGallery.astro" ;
109import BookDemoForm from " ../components/form/BookDemoForm/BookDemoForm" ;
1110import 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments