Unverified Commit 2a3ab53c authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #1120 from hypothesis/fix-log-in-link

Fix extra underlined space in "log in" link
parents b9cb2bd6 0c5a80c4
......@@ -26,8 +26,8 @@ function SidebarContentError({
href=""
onClick={onLoginRequest}
>
log in{' '}
</a>
log in
</a>{' '}
to see it.
</Fragment>
) : (
......
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