From 6c7c4d3b9247bdb8c694f44c36445c77e3d0bc94 Mon Sep 17 00:00:00 2001 From: "sinu.eth" <65924192+sinui0@users.noreply.github.com> Date: Tue, 20 May 2025 07:14:44 -0700 Subject: [PATCH] refactor: delete table (#16) --- src/pages/index.tsx | 4 ---- src/pages/landing_page/_table.md | 9 --------- 2 files changed, 13 deletions(-) delete mode 100644 src/pages/landing_page/_table.md 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 | ❌ | ✅ |