File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
demo/src/containers/DefaultLayout Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44
55- fix(SidebarNav): add missing ` class ` and ` attributes ` to navDropdown item
66- fix(HeaderDropdown): add missing Dropdown.propTypes
7+ - refactor(demo): AppHeaderDropdown remove style right auto
78
89###### dependencies update
910- update ` core-js ` to ` ^2.6.8 `
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import {
1616 AppSidebarForm ,
1717 AppSidebarHeader ,
1818 AppSidebarMinimizer ,
19+ // AppSidebarNav as AppSidebarNav,
1920 AppSidebarNav2 as AppSidebarNav ,
2021 AppSidebarToggler ,
2122} from '../../../../src' ;
@@ -53,7 +54,7 @@ class DefaultLayout extends Component {
5354 < DropdownToggle nav >
5455 < img src = { avatar } className = "img-avatar" alt = "admin@bootstrapmaster.com" />
5556 </ DropdownToggle >
56- < DropdownMenu right style = { { right : 'auto' , height : '400px' } } >
57+ < DropdownMenu right style = { { height : '400px' } } >
5758 AppHeaderDropdown
5859 </ DropdownMenu >
5960 </ AppHeaderDropdown >
@@ -91,7 +92,7 @@ class DefaultLayout extends Component {
9192 </ AppAside >
9293 </ div >
9394 < AppFooter >
94- < span > < a href = "https://coreui.io" > CoreUI</ a > © 2018 creativeLabs</ span >
95+ < span > < a href = "https://coreui.io" > CoreUI</ a > © 2019 creativeLabs</ span >
9596 < span className = "ml-auto" > Powered by < a href = "https://coreui.io/react" > CoreUI for React</ a > </ span >
9697 </ AppFooter >
9798 </ div >
You can’t perform that action at this time.
0 commit comments