Skip to content

Commit 3988fa1

Browse files
feat: update contact and demo buttons in header
1 parent 333c7de commit 3988fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/nav/Header.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ const Header = ({ product }: { product?: string }) => {
187187
<line x1="21" x2="16.65" y1="21" y2="16.65"></line>
188188
</svg>
189189
</NavIconButton> */}
190-
<NavButton href="https://info.traefik.io/contact-us">Contact Us</NavButton>
191-
<NavButtonPrimary href={demoLink}>Get a Demo</NavButtonPrimary>
190+
<NavButton href="https://info.traefik.io/try-traefik-hub-platform">Start Free Trial</NavButton>
191+
<NavButtonPrimary href={demoLink}>Request Demo</NavButtonPrimary>
192192
</Flex>
193193
<Hamburger className="drawer">
194194
<Box

0 commit comments

Comments
 (0)