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 ddde007b66
commit 36a3fe34e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

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}
/>
)