This commit is contained in:
Collin Barrett 2018-03-23 19:33:42 -05:00
parent f2e6698e2e
commit c680c16856

View file

@ -164,7 +164,7 @@ function ForumUrl(props: any) {
function ChatUrl(props: any) {
return props.url
? <a href={props.url} className="btn btn-primary btn-block" title={`Enter the chat room for ${props.name}.`}>
Forum
Chat
</a>
: null;
}