diff --git a/packages/console/app/src/routes/go/index.css b/packages/console/app/src/routes/go/index.css index c3d344c4b..812a91c2f 100644 --- a/packages/console/app/src/routes/go/index.css +++ b/packages/console/app/src/routes/go/index.css @@ -769,43 +769,6 @@ body { } } - [data-component="privacy"] { - border-top: 1px solid var(--color-border-weak); - padding: var(--vertical-padding) var(--padding); - color: var(--color-text); - - [data-slot="privacy-title"] { - h3 { - font-size: 16px; - font-weight: 700; - color: var(--color-text); - margin-bottom: 12px; - } - - div { - display: flex; - gap: 12px; - } - - p { - } - - span { - color: var(--color-icon); - line-height: 200%; - - @media (max-width: 60rem) { - line-height: 180%; - } - } - - div { - display: flex; - gap: 12px; - } - } - } - [data-component="email"] { border-top: 1px solid var(--color-border-weak); padding: var(--vertical-padding) var(--padding); diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx index 4f737b4ee..b43f9a710 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -348,19 +348,6 @@ export default function Home() { - - - {i18n.t("go.privacy.title")} - - [*] - - {i18n.t("go.privacy.body")} {i18n.t("common.contactUs")}{" "} - {i18n.t("go.privacy.contactAfter")} - - - - - {/*Dax*/}
- {i18n.t("go.privacy.body")} {i18n.t("common.contactUs")}{" "} - {i18n.t("go.privacy.contactAfter")} -