Skip to content

Commit 9a8b1f7

Browse files
authored
fix: order of solutions menu items
1 parent 5087a1e commit 9a8b1f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/nav/DrawerNav.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ const DrawerNav = ({ isDrawerOpen }: Props) => {
4848
<div className="sub-menu">
4949
<SubLink href="https://traefik.io/solutions/kubernetes-ingress/">Kubernetes Ingress</SubLink>
5050
<SubLink href="https://traefik.io/solutions/docker-swarm-ingress/">Docker Swarm Ingress</SubLink>
51-
<SubLink href="https://traefik.io/solutions/hashicorp-and-traefik/">Traefik & HashiCrop</SubLink>
52-
<SubLink href="https://traefik.io/solutions/api-management/">API Management</SubLink>
51+
<SubLink href="https://traefik.io/solutions/api-gateway/">Modern API Gateway</SubLink>
5352
<SubLink href="https://traefik.io/solutions/waf/">Web Application Firewall</SubLink>
54-
<SubLink href="https://traefik.io/solutions/api-gateway/">API Gateway</SubLink>
53+
<SubLink href="https://traefik.io/solutions/hashicorp-and-traefik/">Traefik & HashiCrop</SubLink>
54+
<SubLink href="https://traefik.io/solutions/api-management/">GitOps-Driven API Management</SubLink>
5555
<SubLink href="https://traefik.io/solutions/api-governance/">Runtime API Governance</SubLink>
5656
<SubLink href="https://traefik.io/solutions/api-mocking/">API Mocking</SubLink>
5757
</div>

0 commit comments

Comments
 (0)