Skip to content

Commit 2df0187

Browse files
authored
replace speak with expert button with contact us
1 parent c2fbaba commit 2df0187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nav/Header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const Header = ({ product }: { product?: string }) => {
184184
<line x1="21" x2="16.65" y1="21" y2="16.65"></line>
185185
</svg>
186186
</NavIconButton>
187-
<NavButton href="https://info.traefik.io/speak-with-an-expert">Speak with an expert</NavButton>
187+
<NavButton href="https://info.traefik.io/contact-us">Contact Us</NavButton>
188188
<NavButtonPrimary href={demoLink}>Get a Demo</NavButtonPrimary>
189189
</Flex>
190190
<Hamburger className="drawer">

0 commit comments

Comments
 (0)