diff --git a/docs/contact.md b/docs/contact.md deleted file mode 100644 index e3672f20e78..00000000000 --- a/docs/contact.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -layout: markdown -title: Contact -permalink: contact ---- - -Sourcegraph is how developers search code. Need to reach a real human being on our team? - -## Help using Sourcegraph - -Start chatting with us now, file issues on our [public issue tracker](https://github.com/sourcegraph/sourcegraph/issues), or send an email to support@sourcegraph.com with as much information as possible. - -- List the steps you took, what you expected, and what you saw. -- Include links and screenshots, if relevant. - -Reporting a security vulnerability? See our responsible disclosure policy. - -## Around the web - -- Twitter: @srcgraph -- GitHub: github.com/sourcegraph -- LinkedIn: Sourcegraph LinkedIn page - -## Plans, pricing, sales - -For enterprise accounts or any questions about getting Sourcegraph for your private code, submit our contact form, or email us at sales@sourcegraph.com. - -## In the real world - -Sourcegraph
-142 Minna St, 2nd Floor
-San Francisco, CA 94105 (USA) - -View on Google Maps diff --git a/website/src/components/Footer.tsx b/website/src/components/Footer.tsx index 2dfb1df4b10..61e31c0e06d 100644 --- a/website/src/components/Footer.tsx +++ b/website/src/components/Footer.tsx @@ -5,98 +5,101 @@ import TwitterIcon from 'mdi-react/TwitterIcon' import * as React from 'react' import { PRODUCT_FEATURES, PRODUCT_USE_CASES } from './ProductPopover' -export const Footer: React.FunctionComponent = () => ( +export const Footer: React.FunctionComponent<{ minimal?: boolean }> = ({ minimal }) => (