Commit 14fd4e9a authored by Florrie's avatar Florrie

Change CSS class .mod-studio-activity to .mod-forum-activity in forum post message row

parent 9f3b0c90
......@@ -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 (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment