mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 15:19:56 +08:00
Fix activity page load more button appearance
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user