Skip to content

Commit 7eb0d13

Browse files
authored
Update App.tsx install button
1 parent c71ffb0 commit 7eb0d13

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

src/App.tsx

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

0 commit comments

Comments
 (0)