We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f18290 commit eb1ad51Copy full SHA for eb1ad51
1 file changed
src/App.tsx
@@ -47,7 +47,7 @@ function AppContextualized() {
47
function Header() {
48
return (
49
<GlHeader
50
- title={<img src={mesaLogoPng} width="200" alt="MESA" />}
+ title={<img src={mesaLogoPng} width="180" alt="MESA" />}
51
links={[
52
{
53
label: "GitHub",
@@ -150,7 +150,7 @@ function Body() {
150
<GlLogoCard
151
title="MESA Users Mailing List"
152
paragraph={`Info about new releases, news items, and requests for help/bug reports`}
153
- buttonLabel="Sign up for the mailing list"
+ buttonLabel="Sign up for mailing list"
154
link={{
155
href: "https://lists.mesastar.org/mailman/listinfo/mesa-users"
156
}}
0 commit comments