mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Change CSS class .mod-studio-activity to .mod-forum-activity in forum post message row
This commit is contained in:
parent
9f3b0c903e
commit
14fd4e9a5b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ var ForumPostMessage = React.createClass({
|
|||
var topicLink = '/discuss/topic/' + this.props.topicId + '/unread/';
|
||||
|
||||
var classes = classNames(
|
||||
'mod-studio-activity',
|
||||
'mod-forum-activity',
|
||||
this.props.className
|
||||
);
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue