We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f9b5f commit 47da30bCopy full SHA for 47da30b
1 file changed
src/templates/download.js
@@ -94,6 +94,8 @@ const Download = ({ data }) => {
94
setSelectedRelease={setSelectedRelease}
95
/>
96
97
+ {selectedRelease.version === "4.3.1" && <a href='https://github.com/processing/processing4-carbon-aug-19/wiki/Announcing-Processing-4.3.1-(release-candidate)' style={{ textAlign: "center", display: "block", paddingTop: "var(--gutter)", textDecoration: "underline" }}> Read the announcement</a>}
98
+
99
<MainDownloadSection
100
release={selectedRelease}
101
onAfterDownload={onAfterDownload}
0 commit comments