Skip to content

Commit

Permalink
Update App.tsx install button
Browse files Browse the repository at this point in the history
  • Loading branch information
pmocz authored Oct 15, 2024
1 parent c71ffb0 commit 7eb0d13
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,20 @@ function Body() {
hasAnimation={true}
/>

<GlArticle
title="Interested in trying MESA?"
buttonLabel="Install MESA"
buttonLink={{
href: "https://docs.mesastar.org/en/24.08.1/quickstart.html"
}}
illustration={{
type: "image",
src: mesaLogoPng,
hasShadow: false
}}
hasAnimation={true}
/>

<GlCards>
{
<>
Expand Down Expand Up @@ -285,19 +299,6 @@ function Body() {

<GlSectionDivider />

<GlArticle
title="Interested in trying MESA?"
buttonLabel="Get Started Here"
buttonLink={{
href: "https://docs.mesastar.org/en/24.08.1/quickstart.html"
}}
illustration={{
type: "image",
src: mesaLogoPng,
hasShadow: false
}}
hasAnimation={true}
/>
</>
);
}

0 comments on commit 7eb0d13

Please sign in to comment.