Spaces:
Running
Running
chore: comment out Release Notes section on Download page
Browse files- src/pages/Download.jsx +2 -1
src/pages/Download.jsx
CHANGED
|
@@ -696,7 +696,7 @@ export default function Download() {
|
|
| 696 |
</Button>
|
| 697 |
</Box>
|
| 698 |
|
| 699 |
-
{/* Release Notes
|
| 700 |
{allReleases.length > 0 && (
|
| 701 |
<Box
|
| 702 |
sx={{
|
|
@@ -837,6 +837,7 @@ export default function Download() {
|
|
| 837 |
)}
|
| 838 |
</Box>
|
| 839 |
)}
|
|
|
|
| 840 |
</Container>
|
| 841 |
</Box>
|
| 842 |
</Layout>
|
|
|
|
| 696 |
</Button>
|
| 697 |
</Box>
|
| 698 |
|
| 699 |
+
{/* Release Notes - Temporarily hidden
|
| 700 |
{allReleases.length > 0 && (
|
| 701 |
<Box
|
| 702 |
sx={{
|
|
|
|
| 837 |
)}
|
| 838 |
</Box>
|
| 839 |
)}
|
| 840 |
+
*/}
|
| 841 |
</Container>
|
| 842 |
</Box>
|
| 843 |
</Layout>
|