Commit 0c5a80c4 authored by Robert Knight's avatar Robert Knight

Fix extra underlined space in "log in" link

Move the space _after_ the link text.
parent 13543328
......@@ -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