link to beta

This commit is contained in:
Preetha Appan 2020-05-14 10:51:34 -05:00
parent 3e1577bb29
commit 4e3b23d341
1 changed files with 6 additions and 0 deletions

View File

@ -12,7 +12,13 @@ export default function DownloadsPage({ downloadData }) {
product="Consul" product="Consul"
version={VERSION} version={VERSION}
downloads={downloadData} downloads={downloadData}
prerelease={{
type: 'beta', // the type of prerelease: beta, release candidate, etc.
name: 'v1.8.0', // the name displayed in text on the website
version: '1.8.0-beta1', // the actual version tag that was pushed to releases.hashicorp.com
}}
> >
<p> <p>
<a href="/downloads_tools">&raquo; Download Consul Tools</a> <a href="/downloads_tools">&raquo; Download Consul Tools</a>
</p> </p>