From a70b04f3e034b7cf867d9186c5c3bf1214a6015d Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Mon, 10 Nov 2025 18:11:55 -0500 Subject: [PATCH] chore: add docs + gh to footer --- app/src/components/Footer.tsx | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/app/src/components/Footer.tsx b/app/src/components/Footer.tsx index d257d4a..f957d77 100644 --- a/app/src/components/Footer.tsx +++ b/app/src/components/Footer.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { Link } from 'react-router-dom'; -import { Terminal, FileText, Shield } from 'lucide-react'; +import { Terminal, FileText, Shield, Github, BookOpen } from 'lucide-react'; const Footer: React.FC = () => { return ( @@ -16,7 +16,7 @@ const Footer: React.FC = () => { {/* Center: Links */} -