Skip to content

Commit b0e6d44

Browse files
authored
Merge pull request #1934 from habitat-sh/new_footer
updated the footer with text provided by legal
2 parents 90dacbf + 1c6f855 commit b0e6d44

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

components/builder-web/app/app.component.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,14 @@ <h5>
3535
<router-outlet *ngIf="!isSigningIn"></router-outlet>
3636
</main>
3737
<footer>
38-
<div class="pull-left">Copyright © 2012-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.</div>
38+
<div class="pull-left">
39+
<p>
40+
Copyright © 2012-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
41+
</p>
42+
<p>
43+
Progress and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See <a href="https://www.progress.com/legal/trademarks" target="_blank">Trademarks</a> for appropriate markings. All rights in any other trademarks contained herein are reserved by their respective owners and their inclusion does not imply an endorsement, affiliation, or sponsorship as between Progress and the respective owners.
44+
</p>
45+
</div>
3946
<span>
4047
Need help? If you have questions or you're stuck,
4148
<a href="https://www.chef.io/support" target="_blank">we're here to help</a>.

components/builder-web/app/app.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,8 @@ footer {
227227
z-index: 100;
228228
right: 0;
229229
bottom: 0;
230-
height: 30px;
231-
line-height: 30px;
232230
color: currentcolor;
233-
text-align: center;
231+
text-align: left;
234232
padding: 0 10px;
235233
background-color: #f5f5f5;
236234
font-size: 14px;

0 commit comments

Comments
 (0)