We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333c7de commit 3988fa1Copy full SHA for 3988fa1
src/components/nav/Header.tsx
@@ -187,8 +187,8 @@ const Header = ({ product }: { product?: string }) => {
187
<line x1="21" x2="16.65" y1="21" y2="16.65"></line>
188
</svg>
189
</NavIconButton> */}
190
- <NavButton href="https://info.traefik.io/contact-us">Contact Us</NavButton>
191
- <NavButtonPrimary href={demoLink}>Get a Demo</NavButtonPrimary>
+ <NavButton href="https://info.traefik.io/try-traefik-hub-platform">Start Free Trial</NavButton>
+ <NavButtonPrimary href={demoLink}>Request Demo</NavButtonPrimary>
192
</Flex>
193
<Hamburger className="drawer">
194
<Box
0 commit comments