Skip to content

Commit c71ffb0

Browse files
committed
format
1 parent c740d74 commit c71ffb0

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

src/App.tsx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)