Skip to content

Commit

Permalink
chore: update footer links to open new tab
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 c63af72 commit bfbca7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export class LFXFooter extends HTMLElement {
<div class="footer-content">
<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, <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>
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" target="_blank">Privacy Policy</a>,
and <a href="https://www.linuxfoundation.org/legal/trademark-usage?hsLang=en" target="_blank">Trademark Usage</a>, please see our <a href="https://www.linuxfoundation.org/legal/policies" target="_blank">Policies</a> page.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit bfbca7e

Please sign in to comment.