mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 06:29:45 +08:00
Fix admin URL
This commit is contained in:
parent
bf8d2c1a44
commit
af8902bb7c
|
@ -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…
Reference in New Issue
Block a user