mirror of
https://github.com/flarum/core.git
synced 2025-07-21 16:51:34 +02:00
Fix admin URL
This commit is contained in:
@@ -45,7 +45,7 @@ export default class UserDropdown extends Component {
|
|||||||
ActionButton.component({
|
ActionButton.component({
|
||||||
icon: 'wrench',
|
icon: 'wrench',
|
||||||
label: 'Administration',
|
label: 'Administration',
|
||||||
href: app.config.baseURL+'/admin'
|
href: app.config['base_url']+'/admin'
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user