Skip to content

Commit

Permalink
replace speak with expert button with contact us
Browse files Browse the repository at this point in the history
  • Loading branch information
arpban committed Nov 20, 2023
1 parent c2fbaba commit 1d39357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/nav/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const Header = ({ product }: { product?: string }) => {
<line x1="21" x2="16.65" y1="21" y2="16.65"></line>
</svg>
</NavIconButton>
<NavButton href="https://info.traefik.io/speak-with-an-expert">Speak with an expert</NavButton>
<NavButton href="https://info.traefik.io/contact-us">Contact Us</NavButton>
<NavButtonPrimary href={demoLink}>Get a Demo</NavButtonPrimary>
</Flex>
<Hamburger className="drawer">
Expand Down

0 comments on commit 1d39357

Please sign in to comment.