mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Updated activity feed to use full width
no issue - Activity feed page now has `gh-main-fullwidth` class - Page `<title>` is now 'Activity - Ghost' instead of just 'Ghost'
This commit is contained in:
parent
d5197fe196
commit
934e61aa4c
@ -1,4 +1,10 @@
|
||||
import AdminRoute from 'ghost-admin/routes/admin';
|
||||
|
||||
export default class MembersActivityRoute extends AdminRoute {
|
||||
buildRouteInfoMetadata() {
|
||||
return {
|
||||
titleToken: 'Activity',
|
||||
mainClasses: ['gh-main-fullwidth']
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user