Skip to content

Commit a367704

Browse files
committed
rearrange
1 parent ac294e7 commit a367704

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/App.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,6 @@ function Body() {
169169
}}
170170
iconUrls={[sdkPng]}
171171
/>
172-
<GlLogoCard
173-
title="Code Repository"
174-
paragraph={`Source code hosted on GitHub`}
175-
buttonLabel="Check out source code"
176-
link={{
177-
href: "https://github.com/MESAHub/mesa"
178-
}}
179-
iconUrls={[githubPng]}
180-
/>
181172
<GlLogoCard
182173
title="Documentation"
183174
paragraph={`How to install and use MESA`}
@@ -187,6 +178,15 @@ function Body() {
187178
}}
188179
iconUrls={[readthedocsPng]}
189180
/>
181+
<GlLogoCard
182+
title="Code Repository"
183+
paragraph={`Source code hosted on GitHub`}
184+
buttonLabel="Check out source code"
185+
link={{
186+
href: "https://github.com/MESAHub/mesa"
187+
}}
188+
iconUrls={[githubPng]}
189+
/>
190190
<GlLogoCard
191191
title="Zenodo Community"
192192
paragraph={`Official release versions, SDKs, and MESA project inlists downloads`}
@@ -237,7 +237,7 @@ function Body() {
237237
<GlLogoCard
238238
title="MESA-web"
239239
paragraph={`Web interface to run MESA experiments`}
240-
buttonLabel="Try MESA-web"
240+
buttonLabel="Use MESA-web"
241241
link={{
242242
href: "http://user.astro.wisc.edu/~townsend/static.php?ref=mesa-web-submit"
243243
}}

0 commit comments

Comments
 (0)