Skip to content

Commit

Permalink
add Nomad v1.2.0-rc1 download box (#11485)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 authored Nov 9, 2021
1 parent 6bbcb18 commit 6f40905
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions website/pages/downloads/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ 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.2.0 is available! The release can be{' '}
<a href="https://releases.hashicorp.com/nomad/1.2.0-rc1/">
downloaded here.
</a>
</p>
</div>
</>
}
{...staticProps}
/>
)
Expand Down

0 comments on commit 6f40905

Please sign in to comment.