From 0f1dbf05a14a3936affb146d2030bcac351ce10e Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Fri, 30 Jan 2026 16:23:58 +0100 Subject: [PATCH] feat: add 'Installation' link to WebsiteFooter for improved resource accessibility --- components/WebsiteFooter.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/WebsiteFooter.tsx b/components/WebsiteFooter.tsx index b99c43c..9f0f5ce 100644 --- a/components/WebsiteFooter.tsx +++ b/components/WebsiteFooter.tsx @@ -19,6 +19,7 @@ const footerLinks = { ], resources: [ { name: 'Documentation', href: '#', external: false }, + { name: 'Installation', href: '/installation', external: false }, { name: 'GitHub', href: 'https://github.com/ciphera-net', external: true }, ], legal: [