1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 04:00:40 +02:00

Fix activity page load more button appearance

This commit is contained in:
Toby Zerner
2015-07-22 16:05:38 +09:30
parent 34b7a2fbf6
commit a30f591c15
2 changed files with 7 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ export default class ActivityPage extends UserPage {
<div className="ActivityPage-loadMore">
{Button.component({
children: app.trans('core.load_more'),
className: 'Button--default',
className: 'Button',
onclick: this.loadMore.bind(this)
})}
</div>