diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 1f537a8b1..e6a2b8357 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -20,6 +20,11 @@ const COMMUNITY_LINKS = [ { label: "GitHub Repository", href: "https://github.com/Priyanshu-byte-coder/devtrack" }, { label: "Contributing Guide", href: "https://github.com/Priyanshu-byte-coder/devtrack/blob/main/CONTRIBUTING.md" }, ]; +const LEGAL_LINKS = [ + { label: "Privacy Policy", href: "/privacy-policy" }, + { label: "Guidelines", href: "https://github.com/Priyanshu-byte-coder/devtrack/blob/main/CODE_OF_CONDUCT.md" }, + { label: "Documentation", href: "https://github.com/Priyanshu-byte-coder/devtrack/blob/main/DEVELOPMENT.md" }, +]; const LEGAL_LINKS = [ { label: "Privacy Policy", href: "/privacy-policy" }, @@ -219,28 +224,26 @@ export default function Footer() { ))} - + {/* Legal Links */}
-

- Legal Links -

- - -
+

+ Legal Links +

+ + {/* Stats column */}