diff --git a/src/components/ReleaseDownloadButton/index.js b/src/components/ReleaseDownloadButton/index.js
index f565fbda..b2ebfe0e 100644
--- a/src/components/ReleaseDownloadButton/index.js
+++ b/src/components/ReleaseDownloadButton/index.js
@@ -221,6 +221,7 @@ export function ReleaseDownloadButton({
color={isNightly ? "warning" : "primary"}
css={buttonStyling}
bordered={bordered}
+ disabled={!isNightly}
>
{isNightly ? : }
diff --git a/src/pages/index.js b/src/pages/index.js
index 78f96e92..8adf68df 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -191,7 +191,7 @@ export default function Home() {
- We recommend using the latest nightly instead!
+ A stable release is coming soon! Use the latest nightly instead.
}
color="warning"