Skip to content

Commit

Permalink
chore: update footer copy
Browse files Browse the repository at this point in the history
Signed-off-by: Asitha de Silva <[email protected]>
  • Loading branch information
asithade committed Nov 27, 2024
1 parent 36b957a commit c63af72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
9 changes: 2 additions & 7 deletions src/components/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,10 @@ export class LFXFooter extends HTMLElement {
<div class="footer-container">
<div class="footer-content">
<div class="footer-links">
<a href="https://www.linuxfoundation.org/legal/privacy-policy?hsLang=en">Privacy Policy</a>
<span>|</span>
<a href="https://www.linuxfoundation.org/legal/trademark-usage?hsLang=en">Trademark Usage</a>
</div>
<div class="copyright-container">
<p class="copyright">Copyright &copy; ${new Date().getFullYear()} The Linux Foundation&reg;. All rights reserved.
The Linux Foundation has registered trademarks and uses trademarks. For more information, including terms of use, privacy policy,
and trademark usage, please see our <a href="https://www.linuxfoundation.org/legal/policies">Policies</a> page.</p>
The Linux Foundation has registered trademarks and uses trademarks. For more information, including terms of use, <a href="https://www.linuxfoundation.org/legal/privacy-policy?hsLang=en">Privacy Policy</a>,
and <a href="https://www.linuxfoundation.org/legal/trademark-usage?hsLang=en">Trademark Usage</a>, please see our <a href="https://www.linuxfoundation.org/legal/policies">Policies</a> page.</p>
</div>
</div>
</div>
Expand Down
25 changes: 0 additions & 25 deletions src/components/footer/footer.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,31 +38,6 @@ export const style = `
gap: 1rem;
}
.footer-links {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.75rem;
}
.footer-links span {
color: #c5cacc;
font-size: 0.6rem;
font-weight: 100;
margin-top: -0.125rem;
}
.footer-links a {
color: #5b6367;
text-decoration: none;
font-size: 0.75rem;
}
.footer-links a:hover {
text-decoration: underline;
color: #5b6367;
}
.copyright-container {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit c63af72

Please sign in to comment.