From 36a3fe34e55c17b4d5c733239d0a31b5173a61d2 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 18 May 2021 12:47:04 -0400 Subject: [PATCH] Remove 1.1.0 RC merchandising (#10614) --- website/pages/downloads/index.jsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/website/pages/downloads/index.jsx b/website/pages/downloads/index.jsx index f663c6d00..ce8ce9fda 100644 --- a/website/pages/downloads/index.jsx +++ b/website/pages/downloads/index.jsx @@ -37,18 +37,6 @@ export default function DownloadsPage(staticProps) { href: 'https://learn.hashicorp.com/nomad', label: 'View Tutorials at HashiCorp Learn', }} - merchandisingSlot={ - <> -
-

- A Release Candidate for Nomad v1.1.0 is available! The release can be{' '} - - downloaded here - -

-
- - } {...staticProps} /> )