Skip to content

Commit d52a733

Browse files
feat: nav update ambassador page
1 parent 333c7de commit d52a733

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/components/nav/DrawerNav.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ const DrawerNav = ({ isDrawerOpen }: Props) => {
129129
<SubLink href="https://traefik.io/compare/traefik-vs-tyk">vs Tyk</SubLink>
130130
<SubLink href="https://traefik.io/compare/traefik-vs-gravitee/">vs Gravitee</SubLink>
131131
<SubLink href="https://traefik.io/compare/traefik-vs-envoy-gateway">vs Envoy Gateway</SubLink>
132+
<SubLink href="https://traefik.io/compare/traefik-vs-ambassador-edge-stack/">
133+
vs Ambassador Edge Stack
134+
</SubLink>
132135
</div>
133136
</div>
134137

src/components/nav/MainNav.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@ const MainNav = () => {
328328
href="https://traefik.io/compare/traefik-vs-envoy-gateway/"
329329
external
330330
/>
331+
<MenuColumn.Item
332+
title="vs Ambassador Edge Stack"
333+
href="https://traefik.io/compare/traefik-vs-ambassador-edge-stack/"
334+
external
335+
/>
331336
</MenuColumn.Column>
332337
</Grid>
333338
</NavItem>

0 commit comments

Comments
 (0)