Skip to content
5 changes: 4 additions & 1 deletion src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ const Footer = () => (
</p>
<p className="mx-auto mt-[18px] text-[15px] leading-[1.6] text-[#333333] dark:text-[#e0e0e0]">
<a href="https://openjsf.org">The OpenJS Foundation</a> |{" "}
<a href="https://terms-of-use.openjsf.org">Terms of Use</a> |{" "}
<a href="https://ai-coding-assistants-policy.openjsf.org/">
AI Coding Assistants Policy
</a>{" "}
| <a href="https://terms-of-use.openjsf.org">Terms of Use</a> |{" "}
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a> |{" "}
<a href="https://bylaws.openjsf.org">Bylaws</a> |{" "}
<a href="https://code-of-conduct.openjsf.org">Code of Conduct</a> |{" "}
Expand Down
Loading