Skip to content

Commit

Permalink
Index: Disable the stable build download button
Browse files Browse the repository at this point in the history
  • Loading branch information
F0bes committed Jan 29, 2024
1 parent fc0d369 commit c71265d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/ReleaseDownloadButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ export function ReleaseDownloadButton({
color={isNightly ? "warning" : "primary"}
css={buttonStyling}
bordered={bordered}
disabled={!isNightly}
>
{isNightly ? <IoIosCloudyNight size={22} /> : <GiBrickWall size={16} />}
&nbsp;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default function Home() {
<Tooltip
content={
<span style={{ color: "black" }}>
We recommend using the latest nightly instead!
A stable release is coming soon! Use the latest nightly instead.
</span>
}
color="warning"
Expand Down

0 comments on commit c71265d

Please sign in to comment.