Skip to content

Commit eb1ad51

Browse files
committed
format
1 parent 2f18290 commit eb1ad51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function AppContextualized() {
4747
function Header() {
4848
return (
4949
<GlHeader
50-
title={<img src={mesaLogoPng} width="200" alt="MESA" />}
50+
title={<img src={mesaLogoPng} width="180" alt="MESA" />}
5151
links={[
5252
{
5353
label: "GitHub",
@@ -150,7 +150,7 @@ function Body() {
150150
<GlLogoCard
151151
title="MESA Users Mailing List"
152152
paragraph={`Info about new releases, news items, and requests for help/bug reports`}
153-
buttonLabel="Sign up for the mailing list"
153+
buttonLabel="Sign up for mailing list"
154154
link={{
155155
href: "https://lists.mesastar.org/mailman/listinfo/mesa-users"
156156
}}

0 commit comments

Comments
 (0)