Skip to content

Commit

Permalink
remove line break between footer sentences
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 26, 2024
1 parent 69e4666 commit 633bcd9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/footer/footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ export class LFXFooter extends HTMLElement {
</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.</p>
<p class="copyright">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, privacy policy,
and trademark usage, please see our <a href="https://www.linuxfoundation.org/legal/policies">Policies</a> page.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 633bcd9

Please sign in to comment.