We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7184d commit 56693c4Copy full SHA for 56693c4
1 file changed
src/App.tsx
@@ -70,15 +70,15 @@ function Header() {
70
title={<img src={mesaLogoPng} width="180" alt="MESA" />}
71
links={[
72
{
73
- label: "GitHub",
74
- href: "https://github.com/MESAHub/mesa"
+ label: "Docs",
+ href: "https://docs.mesastar.org"
75
},
76
77
- label: "Documentation",
78
- href: "https://docs.mesastar.org"
+ label: "Code",
+ href: "https://github.com/MESAHub/mesa"
79
80
81
- label: "Zenodo Community",
+ label: "Zenodo",
82
href: "https://zenodo.org/communities/mesa"
83
84
0 commit comments