diff options
| author | David Hill <[email protected]> | 2026-03-04 16:42:30 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-03-04 16:42:30 +0000 |
| commit | de6a6af5ab6986d05971728848f1ac802ad75f34 (patch) | |
| tree | 06cdf86fa2c32a93d6cc4cf66646f6fcc294de06 /packages/console/app/src | |
| parent | 0f1f55a24c18e4460872db96aad5bbb08b0fe5f7 (diff) | |
| download | opencode-de6a6af5ab6986d05971728848f1ac802ad75f34.tar.gz opencode-de6a6af5ab6986d05971728848f1ac802ad75f34.zip | |
tweak(ui): remove section
Diffstat (limited to 'packages/console/app/src')
| -rw-r--r-- | packages/console/app/src/routes/go/index.css | 37 | ||||
| -rw-r--r-- | packages/console/app/src/routes/go/index.tsx | 13 |
2 files changed, 0 insertions, 50 deletions
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() { </ul> </section> - <section data-component="privacy"> - <div data-slot="privacy-title"> - <h3>{i18n.t("go.privacy.title")}</h3> - <div> - <span>[*]</span> - <p> - {i18n.t("go.privacy.body")} <a href="mailto:[email protected]">{i18n.t("common.contactUs")}</a>{" "} - {i18n.t("go.privacy.contactAfter")} - </p> - </div> - </div> - </section> - <section data-component="testimonials"> {/*Dax*/} <div data-slot="testimonial"> |
