Commit 2112007f authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Set `underline` prop on `LinkButton`

parent 3646deda
......@@ -138,6 +138,7 @@ function TopBar({
classes="inline"
onClick={onSignUp}
style={loginLinkStyle}
underline="none"
>
Sign up
</LinkButton>
......@@ -146,6 +147,7 @@ function TopBar({
classes="inline"
onClick={onLogin}
style={loginLinkStyle}
underline="none"
>
Log in
</LinkButton>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment