refactor: delete table (#16)

This commit is contained in:
sinu.eth
2025-05-20 07:14:44 -07:00
committed by GitHub
parent c38e39c3a0
commit 6c7c4d3b92
2 changed files with 0 additions and 13 deletions

View File

@@ -8,7 +8,6 @@ import Heading from '@theme/Heading';
import styles from './index.module.css';
import actioncard_styles from "../components/ActionCard/styles.module.css";
import IconChrome from '@site/src/icons/IconChrome';
import TLSNotaryTable from './landing_page/_table.md';
import Why from './landing_page/_why.md';
import Build from './landing_page/_build.md';
@@ -65,9 +64,6 @@ export default function Home(): ReactNode {
alt="TLSNotary Infographic"
className="margin-bottom--lg"
/>
<div className="markdown">
<TLSNotaryTable />
</div>
</div>
</section>

View File

@@ -1,9 +0,0 @@
| | TLS | TLSNotary |
| ------------------------- | --- | --------- |
| **Server Authentication** | | |
| Data Origin | ✅ | ✅ |
| Data Integrity | ✅ | ✅ |
| **Data Portability** | | |
| Trustless | ❌ | ✅ |
| Privacy Preserving | ❌ | ✅ |