File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ const Header = ({ product }: { product?: string }) => {
120120 const demoLink = useMemo ( ( ) => {
121121 if ( product === 'hub' ) return 'https://info.traefik.io/traefik-hub-signup'
122122
123- return 'https://info.traefik.io/en/request-demo-traefik-enterprise '
123+ return 'https://info.traefik.io/en/request-demo'
124124 } , [ product ] )
125125
126126 useEffect ( ( ) => {
@@ -185,9 +185,7 @@ const Header = ({ product }: { product?: string }) => {
185185 </ svg >
186186 </ NavIconButton >
187187 < NavButton href = "https://info.traefik.io/speak-with-an-expert" > Speak with an expert</ NavButton >
188- < NavButtonPrimary href = { demoLink } >
189- Get a Demo
190- </ NavButtonPrimary >
188+ < NavButtonPrimary href = { demoLink } > Get a Demo</ NavButtonPrimary >
191189 </ Flex >
192190 < Hamburger className = "drawer" >
193191 < Box
You can’t perform that action at this time.
0 commit comments