File tree 3 files changed +1
-3
lines changed
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 }) => {
39
39
< CNavItem href = "https://community.coreui.io/" >
40
40
< CIcon icon = { cibDiscourse } size = "xl" />
41
41
</ CNavItem >
42
- < CNavItem href = "https://github.com/coreui" >
42
+ < CNavItem href = "https://github.com/coreui/coreui-react/ " >
43
43
< CIcon icon = { cibGithub } size = "xl" />
44
44
</ CNavItem >
45
45
< 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 }) => {
33
33
visible = { context . sidebarVisible }
34
34
onVisibleChange = { ( value ) => {
35
35
context . setSidebarVisible ( value )
36
- console . log ( value )
37
36
} }
38
37
>
39
38
< CSidebarBrand className = "justify-content-start ps-3" >
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ const components = {
24
24
}
25
25
26
26
const DocsLayout : FC = ( { data : { mdx } } ) => {
27
- const [ currentSidebarVisible , setCurrentSidebarVisible ] = useState ( )
28
27
const [ sidebarVisible , setSidebarVisible ] = useState ( )
29
28
return (
30
29
< >
You can’t perform that action at this time.
0 commit comments