Skip to content

Commit fea4f5b

Browse files
authored
feat: add commercial support link on traefik proxy menu
1 parent ba9423b commit fea4f5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/nav/MainNav.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ const MainNav: React.FC = () => {
124124
external: true,
125125
icon: <DocsIcon aria-hidden="true" />,
126126
},
127+
{
128+
title: 'Get Commercial Support',
129+
url: 'https://info.traefik.io/request-commercial-support',
130+
external: true,
131+
icon: <RocketIcon aria-hidden="true" />,
132+
},
127133
]}
128134
/>
129135
<Product

0 commit comments

Comments
 (0)