chat: f8 group link text

This commit is contained in:
Matilde Park 2020-10-05 17:46:03 -04:00
parent a211cb90f2
commit 89b4c20de2

View File

@ -64,7 +64,7 @@ export default class TextContent extends Component {
&& (group[0] === content.text))) { // entire message is room name?
return (
<Link
className="bb b--black b--white-d f9 mono lh-copy v-top"
className="bb b--black b--white-d f8 mono lh-copy v-top"
to={'/~groups/join/' + group.input}>
{content.text}
</Link>