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 5a3f350 commit 3ed8736Copy full SHA for 3ed8736
src/App.tsx
@@ -76,6 +76,10 @@ function Header() {
76
{
77
label: "Documentation",
78
href: "https://docs.mesastar.org"
79
+ },
80
+ {
81
+ label: "Summer Schools",
82
+ href: "https://mesastar.org/summer-schools/"
83
}
84
]}
85
enableDarkModeSwitch={true}
@@ -222,7 +226,7 @@ function Body() {
222
226
paragraph={`Materials from past MESA schools and how to host your own`}
223
227
buttonLabel="Check out MESA summer schools"
224
228
link={{
225
- href: "https://mesastar.org/marketplace/education/#mesa-summer-school-web-pages"
229
230
}}
231
iconUrls={[schoolPng]}
232
/>
0 commit comments