Skip to content

Commit

Permalink
update Nomad v1.6.0-rc.1 download box (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Jul 12, 2023
1 parent 39c0689 commit c12a876
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/nomad/downloads/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ const NomadDownloadsPage = (props) => {
{...props}
merchandisingSlot={
<InlineAlert
title="New beta release!"
description="A beta for Nomad v1.6.0 is available."
title="New release candidate!"
description="A release candidate for Nomad v1.6.0 is available."
ctaSlot={
<ButtonLink
aria-label="Download beta for Nomad v.1.6.0"
aria-label="Download release candidate for Nomad v.1.6.0"
className={s.downloadLink}
size="small"
color="tertiary"
text="Download"
icon={<IconDownload16 />}
href="https://releases.hashicorp.com/nomad/1.6.0-beta.1/"
href="https://releases.hashicorp.com/nomad/1.6.0-rc.1/"
/>
}
/>
Expand Down

1 comment on commit c12a876

@vercel
Copy link

@vercel vercel bot commented on c12a876 Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.