File tree Expand file tree Collapse file tree 3 files changed +1
-39
lines changed Expand file tree Collapse file tree 3 files changed +1
-39
lines changed Original file line number Diff line number Diff line change 1717 "web-vitals" : " ^2.1.0"
1818 },
1919 "scripts" : {
20- "start" : " set PORT=8000 && react-scripts start" ,
20+ "start" : " react-scripts start" ,
2121 "build" : " react-scripts build" ,
2222 "gen-assets" : " rimraf static-assets && mkdir -p static-assets && cp build/static/js/*.js static-assets/main-v1.js" ,
2323 "test" : " react-scripts test" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import Link from 'components/Link'
66import SkipLink from 'components/Link/Skip'
77import MainNav from 'components/nav/MainNav'
88import DrawerNav from 'components/nav/DrawerNav'
9- import useDocWhizzScript from './useDocWhizzScript'
109
1110const Nav = styled ( FaencyNav ) `
1211 position: fixed;
@@ -121,7 +120,6 @@ const Header = ({ product }: { product?: string }) => {
121120 const [ isDrawerOpen , setIsDrawerOpen ] = useState ( false )
122121 const [ isHeaderScrolled , setHeaderScrolled ] = useState ( false )
123122
124- useDocWhizzScript ( )
125123 const demoLink = useMemo ( ( ) => {
126124 if ( product === 'hub' ) return 'https://info.traefik.io/traefik-hub-signup'
127125
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments