slate page: removes extra spacing

This commit is contained in:
@wwwjim 2020-08-02 22:28:40 -07:00
parent b05f521d95
commit 8ab55ffc46

View File

@ -56,7 +56,7 @@ export default (props) => {
<a
css={STYLES_LINK}
href={`/@${props.children}`}
style={{ marginRight: 24, fontFamily: Constants.font.codeBold }}
style={{ fontFamily: Constants.font.codeBold }}
>
{props.children}
</a>