We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed8736 commit 31d55c7Copy full SHA for 31d55c7
src/App.tsx
@@ -77,6 +77,10 @@ function Header() {
77
label: "Documentation",
78
href: "https://docs.mesastar.org"
79
},
80
+ {
81
+ label: "Zenodo Community",
82
+ href: "https://zenodo.org/communities/mesa"
83
+ },
84
{
85
label: "Summer Schools",
86
href: "https://mesastar.org/summer-schools/"
@@ -188,7 +192,7 @@ function Body() {
188
192
paragraph={`Official release versions, SDKs, and MESA project inlists downloads`}
189
193
buttonLabel="Go to Zenodo"
190
194
link={{
191
- href: "https://zenodo.org/communities/mesa/records?q=&l=list&p=1&s=10"
195
196
}}
197
iconUrls={[zenodoPng]}
198
/>
0 commit comments