Remove 1.1.0 RC merchandising (#10614)

This commit is contained in:
Mahmood Ali
2021-05-18 12:47:04 -04:00
committed by GitHub
parent 7deebd00c7
commit 150195fcc7

View File

@@ -37,18 +37,6 @@ export default function DownloadsPage(staticProps) {
href: 'https://learn.hashicorp.com/nomad',
label: 'View Tutorials at HashiCorp Learn',
}}
merchandisingSlot={
<>
<div className={s.releaseCandidate}>
<p>
A Release Candidate for Nomad v1.1.0 is available! The release can be{' '}
<a href="https://releases.hashicorp.com/nomad/1.1.0-rc1/">
downloaded here
</a>
</p>
</div>
</>
}
{...staticProps}
/>
)