mirror of
https://github.com/flarum/core.git
synced 2025-02-21 09:42:53 +01:00
Fix admin URL
This commit is contained in:
parent
99dc94e238
commit
46553de539
@ -45,7 +45,7 @@ export default class UserDropdown extends Component {
|
||||
ActionButton.component({
|
||||
icon: 'wrench',
|
||||
label: 'Administration',
|
||||
href: app.config.baseURL+'/admin'
|
||||
href: app.config['base_url']+'/admin'
|
||||
})
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user