File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,22 +268,6 @@ function Body() {
268268
269269 < GlSectionDivider />
270270
271- < GlArticle
272- title = "Interested in trying MESA?"
273- buttonLabel = "Get Started Here"
274- buttonLink = { {
275- href : "https://docs.mesastar.org/en/24.08.1/quickstart.html"
276- } }
277- illustration = { {
278- type : "image" ,
279- src : mesaLogoPng ,
280- hasShadow : false
281- } }
282- hasAnimation = { true }
283- />
284-
285- < GlSectionDivider />
286-
287271 < GlArticle
288272 title = "MESA papers to cite"
289273 body = {
@@ -298,6 +282,22 @@ function Body() {
298282 </ div >
299283 }
300284 />
285+
286+ < GlSectionDivider />
287+
288+ < GlArticle
289+ title = "Interested in trying MESA?"
290+ buttonLabel = "Get Started Here"
291+ buttonLink = { {
292+ href : "https://docs.mesastar.org/en/24.08.1/quickstart.html"
293+ } }
294+ illustration = { {
295+ type : "image" ,
296+ src : mesaLogoPng ,
297+ hasShadow : false
298+ } }
299+ hasAnimation = { true }
300+ />
301301 </ >
302302 ) ;
303303}
You can’t perform that action at this time.
0 commit comments