Skip to content

Commit

Permalink
enhance(homepage): add TLF TradeMark Information (#45)
Browse files Browse the repository at this point in the history
* enhance(homepage): add TLF TradeMark Information

We need Linux Foundation TradeMark declaration on our website to comply with https://docs.linuxfoundation.org/lfx/insights/v3-beta-version-current/project-overview-page/best-practice-score/checks/legal-checks#trademark-disclaimer

* update styling

Co-authored-by: Aditya Prasad Mohanty <[email protected]>

---------

Co-authored-by: Aditya Prasad Mohanty <[email protected]>
  • Loading branch information
daemon1024 and Aditya-150 authored Mar 27, 2024
1 parent cbb69fb commit fcad5f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/HomepageSandbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export default function HomepageSandbox() {
<Link to="https://www.cncf.io/projects/kubearmor/">
<img className={styles.logo} src={sandboxImage} alt="logo" />
</Link>
<h4 className={styles.sandboxText} style={{ fontSize: "1rem" }}>
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. For a list of TLF trademarks, see <Link to="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</Link>.
</h4>
</div>
</section>
);
Expand Down

0 comments on commit fcad5f9

Please sign in to comment.