This commit is contained in:
Collin M. Barrett 2018-03-23 19:33:42 -05:00
parent 9325904ceb
commit 2a86a33cc4

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;
}