File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @hashicorp/design-system-components " : patch
3+ ---
4+
5+ <!-- START components/app-footer -->
6+ ` AppFooter ` - Updated company name in copyright text
7+ <!-- END -->
Original file line number Diff line number Diff line change 55
66<div class =" hds-app-footer__copyright" ...attributes>
77 <Hds::Icon @name =" hashicorp" />
8- <Hds::Text::Body @tag =" span" @size =" 100" >
8+ <Hds::Text::Body @tag =" span" @size =" 100" @ align = " center " >
99 {{ hds-t
1010 " hds.components.app-footer.copyright.copyright-text"
11- default = (concat " © " this.year " HashiCorp" )
11+ default = (concat " © " this.year " HashiCorp, an IBM Company " )
1212 year =this.year
1313 }}
1414 </Hds::Text::Body >
Original file line number Diff line number Diff line change @@ -108,9 +108,12 @@ $hds-app-footer-icon-text-gap: 6px;
108108}
109109
110110.hds-app-footer__copyright {
111+ // Allow content to wrap and center in smaller viewports
111112 display : flex ;
113+ flex-wrap : wrap ;
112114 gap : $hds-app-footer-icon-text-gap ;
113115 align-items : center ;
116+ justify-content : center ;
114117 color : var (--app-footer-copyright-text-color );
115118
116119 .hds-icon {
Original file line number Diff line number Diff line change 1- copyright-text : " © {year} HashiCorp"
1+ copyright-text : " © {year} HashiCorp, an IBM Company "
You can’t perform that action at this time.
0 commit comments