mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
chat: f8 group link text
This commit is contained in:
parent
a211cb90f2
commit
89b4c20de2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user