File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,6 +124,20 @@ function Body() {
124124 hasAnimation = { true }
125125 />
126126
127+ < GlArticle
128+ title = "Interested in trying MESA?"
129+ buttonLabel = "Install MESA"
130+ buttonLink = { {
131+ href : "https://docs.mesastar.org/en/24.08.1/quickstart.html"
132+ } }
133+ illustration = { {
134+ type : "image" ,
135+ src : mesaLogoPng ,
136+ hasShadow : false
137+ } }
138+ hasAnimation = { true }
139+ />
140+
127141 < GlCards >
128142 {
129143 < >
@@ -285,19 +299,6 @@ function Body() {
285299
286300 < GlSectionDivider />
287301
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- />
301302 </ >
302303 ) ;
303304}
You can’t perform that action at this time.
0 commit comments