We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b223ca4 commit a5dca84Copy full SHA for a5dca84
1 file changed
src/App.tsx
@@ -43,7 +43,7 @@ function AppContextualized() {
43
function Header() {
44
return (
45
<GlHeader
46
- title="MESA"
+ title={<img src={mesaLogoPng} width="300" alt="MESA" />}
47
links={[
48
{
49
label: "GitHub",
@@ -84,8 +84,10 @@ function Body() {
84
85
<>
86
<GlHero
87
88
- subTitle={"Modules for Experiments in Stellar Astrophysics"}
+ title={"Modules for Experiments in Stellar Astrophysics"}
+ subTitle={
89
+ "a versatile open-source software suite to run experiments in stellar evolution"
90
+ }
91
hasLinkToSectionBellow={true}
92
illustration={{
93
type: "video",
0 commit comments