From 4ea022effc052e2698d8ef0872afd996f86b0bb3 Mon Sep 17 00:00:00 2001 From: Harshad Tahiliani <135201224+harshad-tahiliani@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:02:03 +0530 Subject: [PATCH] fix: typo in navbar --- src/components/nav/MainNav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nav/MainNav.tsx b/src/components/nav/MainNav.tsx index 4c9ce0c..af5343c 100644 --- a/src/components/nav/MainNav.tsx +++ b/src/components/nav/MainNav.tsx @@ -49,7 +49,7 @@ const MainNav = () => { description="Simplify microservice discovery, routing, & load balancing." links={[ { - title: 'Taefik Proxy', + title: 'Traefik Proxy', url: 'https://traefik.io/traefik/', external: true, description: 'OSS Cloud-Native Application Proxy',