diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1c12a69..0290eb6 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -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" /> -
- -
diff --git a/src/pages/landing_page/_table.md b/src/pages/landing_page/_table.md deleted file mode 100644 index eb90175..0000000 --- a/src/pages/landing_page/_table.md +++ /dev/null @@ -1,9 +0,0 @@ - -| | TLS | TLSNotary | -| ------------------------- | --- | --------- | -| **Server Authentication** | | | -| Data Origin | ✅ | ✅ | -| Data Integrity | ✅ | ✅ | -| **Data Portability** | | | -| Trustless | ❌ | ✅ | -| Privacy Preserving | ❌ | ✅ |