From 295a444a57c0acc71c65b36dce4b6e2949041fec Mon Sep 17 00:00:00 2001 From: francisco-guilherme Date: Mon, 11 Nov 2024 11:29:54 +0000 Subject: [PATCH] Update apps/docs/src/components/Footer.tsx Co-authored-by: Bruno Henriques --- apps/docs/src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/components/Footer.tsx b/apps/docs/src/components/Footer.tsx index 6090f3e5fb..649ad64f9e 100644 --- a/apps/docs/src/components/Footer.tsx +++ b/apps/docs/src/components/Footer.tsx @@ -34,7 +34,7 @@ const footerLinks = [ label: "GitHub", href: "https://github.com/lumada-design/hv-uikit-react", }, - { label: "License", href: "/" }, + { label: "License", href: "https://github.com/lumada-design/hv-uikit-react/blob/master/LICENSE" }, ], }, ];