Skip to content

Commit 56693c4

Browse files
committed
update headers
1 parent 3c7184d commit 56693c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/App.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ function Header() {
7070
title={<img src={mesaLogoPng} width="180" alt="MESA" />}
7171
links={[
7272
{
73-
label: "GitHub",
74-
href: "https://github.com/MESAHub/mesa"
73+
label: "Docs",
74+
href: "https://docs.mesastar.org"
7575
},
7676
{
77-
label: "Documentation",
78-
href: "https://docs.mesastar.org"
77+
label: "Code",
78+
href: "https://github.com/MESAHub/mesa"
7979
},
8080
{
81-
label: "Zenodo Community",
81+
label: "Zenodo",
8282
href: "https://zenodo.org/communities/mesa"
8383
},
8484
{

0 commit comments

Comments
 (0)