File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ export function useAnchorFix() {
3030 window . removeEventListener ( 'load' , handleAnchorScroll ) ;
3131 } ;
3232 } , [ ] ) ;
33- }
33+ }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import BackToTopButton from '@theme/BackToTopButton';
55import DocPageLayoutSidebar from '@theme/DocRoot/Layout/Sidebar' ;
66import DocPageLayoutMain from '@theme/DocRoot/Layout/Main' ;
77import styles from './styles.module.css' ;
8- import { useAnchorFix } from '../../hooks/useAnchorFix' ;
8+ import { useAnchorFix } from '../../../ hooks/useAnchorFix' ;
99export default function DocPageLayout ( { children} ) {
1010 useAnchorFix ( ) ; // fix for layout shifts which occur when navigating to an anchor
1111 const sidebar = useDocsSidebar ( ) ;
You can’t perform that action at this time.
0 commit comments