Skip to content

Commit 48d465f

Browse files
authored
fix: update footer openjs ai policy (#8188)
1 parent 9d7ebbf commit 48d465f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/Footer/Footer.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ const Footer = () => (
3838
</p>
3939
<p className="mx-auto mt-[18px] text-[15px] leading-[1.6] text-[#333333] dark:text-[#e0e0e0]">
4040
<a href="https://openjsf.org">The OpenJS Foundation</a> |{" "}
41-
<a href="https://terms-of-use.openjsf.org">Terms of Use</a> |{" "}
41+
<a href="https://ai-coding-assistants-policy.openjsf.org/">
42+
AI Coding Assistants Policy
43+
</a>{" "}
44+
| <a href="https://terms-of-use.openjsf.org">Terms of Use</a> |{" "}
4245
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a> |{" "}
4346
<a href="https://bylaws.openjsf.org">Bylaws</a> |{" "}
4447
<a href="https://code-of-conduct.openjsf.org">Code of Conduct</a> |{" "}

0 commit comments

Comments
 (0)