diff --git a/src/pages/nomad/downloads/index.tsx b/src/pages/nomad/downloads/index.tsx index ed55a4ffcf..113b6836ed 100644 --- a/src/pages/nomad/downloads/index.tsx +++ b/src/pages/nomad/downloads/index.tsx @@ -8,33 +8,9 @@ import nomadData from 'data/nomad.json' import { ProductData } from 'types/products' import ProductDownloadsView from 'views/product-downloads-view' import { generateGetStaticProps } from 'views/product-downloads-view/server' -import InlineAlert from 'components/inline-alert' -import ButtonLink from 'components/button-link' -import s from './style.module.css' const NomadDownloadsPage = (props) => { - return ( - } - href="https://releases.hashicorp.com/nomad/1.6.0-rc.1/" - /> - } - /> - } - /> - ) + return } const getStaticProps = generateGetStaticProps(nomadData as ProductData) diff --git a/src/pages/nomad/downloads/style.module.css b/src/pages/nomad/downloads/style.module.css deleted file mode 100644 index 024cbd2952..0000000000 --- a/src/pages/nomad/downloads/style.module.css +++ /dev/null @@ -1,9 +0,0 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - -.downloadLink { - margin-left: -11px; - margin-top: -6px; -}