File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const Header: FC = ({ ...props }) => {
3939 < CNavItem href = "https://community.coreui.io/" >
4040 < CIcon icon = { cibDiscourse } size = "xl" />
4141 </ CNavItem >
42- < CNavItem href = "https://github.com/coreui" >
42+ < CNavItem href = "https://github.com/coreui/coreui-react/ " >
4343 < CIcon icon = { cibGithub } size = "xl" />
4444 </ CNavItem >
4545 < CNavItem href = "https://twitter.com/core_ui" >
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ const Sidebar: FC<SidebarProps> = ({ ...props }) => {
3333 visible = { context . sidebarVisible }
3434 onVisibleChange = { ( value ) => {
3535 context . setSidebarVisible ( value )
36- console . log ( value )
3736 } }
3837 >
3938 < CSidebarBrand className = "justify-content-start ps-3" >
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ const components = {
2424}
2525
2626const DocsLayout : FC = ( { data : { mdx } } ) => {
27- const [ currentSidebarVisible , setCurrentSidebarVisible ] = useState ( )
2827 const [ sidebarVisible , setSidebarVisible ] = useState ( )
2928 return (
3029 < >
You can’t perform that action at this time.
0 commit comments