1
0
mirror of https://github.com/flarum/core.git synced 2025-07-11 03:46:23 +02:00

Live preview of post editing/replying thanks to TextFormatter 👏

This commit is contained in:
Toby Zerner
2015-07-22 16:05:00 +09:30
parent a0fe68272c
commit 017c258e46
14 changed files with 130 additions and 26 deletions

View File

@ -30,7 +30,7 @@ export default class PostUser extends Component {
if (!user) {
return (
<div className="PostUser">
<h3>{avatar(user)} {username(user)}</h3>
<h3>{avatar(user, {className: 'PostUser-avatar'})} {username(user)}</h3>
</div>
);
}