Remove 1.1.0 RC merchandising (#10614)
This commit is contained in:
parent
ddde007b66
commit
36a3fe34e5
|
@ -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}
|
||||
/>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue