Skip to content

Commit

Permalink
feat: add OpenSSF badge to current footer
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Oct 19, 2023
1 parent fecdbb4 commit 736430a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ const Footer: FC<FooterProps> = ({ className }) => (
&nbsp;|&nbsp;
<a href="https://www.linuxfoundation.org/cookies">Cookie Policy</a>
</p>
<p>
<a
href="https://bestpractices.coreinfrastructure.org/projects/29"
style={{ display: 'inline-block' }}
>
{/*eslint-disable-next-line @next/next/no-img-element*/}
<img
src="https://bestpractices.coreinfrastructure.org/projects/29/badge"
alt="A badge showing the OpenSSF best practices level for the nodejs/node project."
/>
</a>
</p>
<div className="openjsfoundation-footer-edit"></div>
</div>
</div>
Expand Down

0 comments on commit 736430a

Please sign in to comment.