Skip to content

Commit c2fbaba

Browse files
authored
update get a demo button link
1 parent 95b801e commit c2fbaba

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/components/nav/Header.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)