tfrere HF Staff commited on
Commit
d1ce089
·
1 Parent(s): 03f40d0

chore: comment out Release Notes section on Download page

Browse files
Files changed (1) hide show
  1. 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>