Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/nav/DrawerNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ const DrawerNav = ({ isDrawerOpen }: Props) => {
</SubLink>
<SubLink href="https://traefik.io/solutions/api-gateway/">Modern API Gateway</SubLink>
<SubLink href="https://traefik.io/solutions/api-mocking/">
API Mocking
API Mocking <Badge>New!</Badge>
</SubLink>
<SubLink href="https://traefik.io/solutions/api-management/">GitOps-Driven API Management</SubLink>
<SubLink href="https://traefik.io/solutions/air-gapped-ai-and-api-management/">Air-Gapped API Management <Badge>New!</Badge></SubLink>
<SubLink href="https://traefik.io/solutions/waf/">
Web Application Firewall <Badge>New!</Badge>
Web Application Firewall
</SubLink>
<SubLink href="https://traefik.io/solutions/api-governance/">
Runtime API Governance
Expand Down
2 changes: 1 addition & 1 deletion src/components/nav/MainNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ const MainNav = () => {
external: true,
description: 'Protect your APIs from threats with speed and efficiency',
icon: <WafIcon />,
badge: 'New!',
},

{
Expand Down Expand Up @@ -255,6 +254,7 @@ const MainNav = () => {
external: true,
description: 'Create, publish, and consume mock APIs with production-like UX and SLAs.',
icon: <ApiMockingIcon />,
badge: 'New!',
},
]}
/>
Expand Down