Skip to content

Commit e297fd4

Browse files
authored
update traefik hub links (#17)
* update traefik hub links * update nav cta links
1 parent 80e2ea0 commit e297fd4

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

src/components/nav/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const Header = () => {
178178
<line x1="21" x2="16.65" y1="21" y2="16.65"></line>
179179
</svg>
180180
</NavIconButton>
181-
<NavButton href="https://hub.traefik.io">Sign In</NavButton>
181+
<NavButton href="https://info.traefik.io/speak-with-an-expert">Speak with an expert</NavButton>
182182
<NavButtonPrimary href="https://info.traefik.io/en/request-demo-traefik-enterprise">
183183
Get a Demo
184184
</NavButtonPrimary>

src/components/nav/MainNav.tsx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,15 @@ const MainNav: React.FC = () => {
7979
</Heading>
8080
</Flex>
8181
}
82-
description="Your Cloud Native Networking Platform"
82+
description="Your APIs deserve better"
8383
logo={<TraefikHubLogo />}
8484
url="https://traefik.io/traefik-hub/"
8585
color="#7f8c2b"
8686
bgColor="#f4f5f6"
8787
links={[
8888
{
89-
title: 'Pricing',
90-
url: 'https://traefik.io/traefik-hub/pricing/',
91-
external: true,
92-
icon: <PriceTagIcon aria-hidden="true" />,
93-
},
94-
{
95-
title: 'Sign Up for Free',
96-
url: 'https://hub.traefik.io/',
89+
title: 'Sign up for early access',
90+
url: 'http://traefik.io/traefik-hub-signup',
9791
external: true,
9892
icon: <RocketIcon aria-hidden="true" />,
9993
},

0 commit comments

Comments
 (0)