Skip to content

Commit

Permalink
fix: order of solutions menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
arpban authored Nov 14, 2024
1 parent 5087a1e commit 9a8b1f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/nav/DrawerNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ const DrawerNav = ({ isDrawerOpen }: Props) => {
<div className="sub-menu">
<SubLink href="https://traefik.io/solutions/kubernetes-ingress/">Kubernetes Ingress</SubLink>
<SubLink href="https://traefik.io/solutions/docker-swarm-ingress/">Docker Swarm Ingress</SubLink>
<SubLink href="https://traefik.io/solutions/hashicorp-and-traefik/">Traefik & HashiCrop</SubLink>
<SubLink href="https://traefik.io/solutions/api-management/">API Management</SubLink>
<SubLink href="https://traefik.io/solutions/api-gateway/">Modern API Gateway</SubLink>
<SubLink href="https://traefik.io/solutions/waf/">Web Application Firewall</SubLink>
<SubLink href="https://traefik.io/solutions/api-gateway/">API Gateway</SubLink>
<SubLink href="https://traefik.io/solutions/hashicorp-and-traefik/">Traefik & HashiCrop</SubLink>
<SubLink href="https://traefik.io/solutions/api-management/">GitOps-Driven API Management</SubLink>
<SubLink href="https://traefik.io/solutions/api-governance/">Runtime API Governance</SubLink>
<SubLink href="https://traefik.io/solutions/api-mocking/">API Mocking</SubLink>
</div>
Expand Down

0 comments on commit 9a8b1f7

Please sign in to comment.