Skip to content

Commit a5dca84

Browse files
committed
title
1 parent b223ca4 commit a5dca84

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/App.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function AppContextualized() {
4343
function Header() {
4444
return (
4545
<GlHeader
46-
title="MESA"
46+
title={<img src={mesaLogoPng} width="300" alt="MESA" />}
4747
links={[
4848
{
4949
label: "GitHub",
@@ -84,8 +84,10 @@ function Body() {
8484
return (
8585
<>
8686
<GlHero
87-
title="MESA"
88-
subTitle={"Modules for Experiments in Stellar Astrophysics"}
87+
title={"Modules for Experiments in Stellar Astrophysics"}
88+
subTitle={
89+
"a versatile open-source software suite to run experiments in stellar evolution"
90+
}
8991
hasLinkToSectionBellow={true}
9092
illustration={{
9193
type: "video",

0 commit comments

Comments
 (0)