Skip to content

Commit 31d55c7

Browse files
committed
add Zenodo link
1 parent 3ed8736 commit 31d55c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/App.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ function Header() {
7777
label: "Documentation",
7878
href: "https://docs.mesastar.org"
7979
},
80+
{
81+
label: "Zenodo Community",
82+
href: "https://zenodo.org/communities/mesa"
83+
},
8084
{
8185
label: "Summer Schools",
8286
href: "https://mesastar.org/summer-schools/"
@@ -188,7 +192,7 @@ function Body() {
188192
paragraph={`Official release versions, SDKs, and MESA project inlists downloads`}
189193
buttonLabel="Go to Zenodo"
190194
link={{
191-
href: "https://zenodo.org/communities/mesa/records?q=&l=list&p=1&s=10"
195+
href: "https://zenodo.org/communities/mesa"
192196
}}
193197
iconUrls={[zenodoPng]}
194198
/>

0 commit comments

Comments
 (0)