We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1ad51 commit 1707cb0Copy full SHA for 1707cb0
1 file changed
src/App.tsx
@@ -205,14 +205,14 @@ function Body() {
205
title: "Binary (binary)",
206
description: `module for binary star evolution`
207
},
208
- {
209
- title: "Atmospheres (atm)",
210
- description: `calculates the surface temperature and pressure, to use as boundary conditions`
211
- },
212
{
213
title: "Asteroseismology (astero)",
214
description: `calculates asteroseismic variables`
215
+ {
+ title: "Atmospheres (atm)",
+ description: `calculates the surface temperature and pressure, to use as boundary conditions`
+ },
216
217
title: "Automatic Differentiation (auto_diff)",
218
description: `provides automatic calculation of (forward) derivatives using the chain rule`
0 commit comments