Skip to content

Commit 26d0bcb

Browse files
committed
fix(footer): format OpenJS AI policy link to satisfy Prettier
1 parent cfb7f05 commit 26d0bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer/Footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ const Footer = () => (
4040
<a href="https://openjsf.org">The OpenJS Foundation</a> |{" "}
4141
<a href="https://ai-coding-assistants-policy.openjsf.org/">
4242
AI Coding Assistants Policy
43-
</a> |{" "}
44-
<a href="https://terms-of-use.openjsf.org">Terms of Use</a> |{" "}
43+
</a>{" "}
44+
| <a href="https://terms-of-use.openjsf.org">Terms of Use</a> |{" "}
4545
<a href="https://privacy-policy.openjsf.org">Privacy Policy</a> |{" "}
4646
<a href="https://bylaws.openjsf.org">Bylaws</a> |{" "}
4747
<a href="https://code-of-conduct.openjsf.org">Code of Conduct</a> |{" "}

0 commit comments

Comments
 (0)