Skip to content

Commit 1707cb0

Browse files
committed
alphabetize
1 parent eb1ad51 commit 1707cb0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/App.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,14 @@ function Body() {
205205
title: "Binary (binary)",
206206
description: `module for binary star evolution`
207207
},
208-
{
209-
title: "Atmospheres (atm)",
210-
description: `calculates the surface temperature and pressure, to use as boundary conditions`
211-
},
212208
{
213209
title: "Asteroseismology (astero)",
214210
description: `calculates asteroseismic variables`
215211
},
212+
{
213+
title: "Atmospheres (atm)",
214+
description: `calculates the surface temperature and pressure, to use as boundary conditions`
215+
},
216216
{
217217
title: "Automatic Differentiation (auto_diff)",
218218
description: `provides automatic calculation of (forward) derivatives using the chain rule`

0 commit comments

Comments
 (0)