File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 120120 </ ul >
121121 </ div >
122122 </ dxc-header >
123- < dxc-application-layout-sidenav
123+ < dxc-application-layout-sidenav
124124 *ngIf ="($sideNav | async)?.hasSideNav "
125125 [displayArrow] ="isArrowVisible(($sideNav | async)?.page) "
126126 padding ="medium "
127127 mode ="push "
128128 >
129129 < div class ="sidenavContent " style ="text-align: left; height: 100% ">
130- < components-sidenav-menu *ngIf ="($sideNav | async)?.page === 'components' "> </ components-sidenav-menu >
131- < theme-builder-sidenav *ngIf ="($sideNav | async)?.page === 'theme-builder' "> </ theme-builder-sidenav >
132-
130+ < components-sidenav-menu
131+ *ngIf ="($sideNav | async)?.page === 'components' "
132+ > </ components-sidenav-menu >
133+ < theme-builder-sidenav
134+ *ngIf ="($sideNav | async)?.page === 'theme-builder' "
135+ > </ theme-builder-sidenav >
133136 </ div >
134137 </ dxc-application-layout-sidenav >
135138 < dxc-application-layout-main >
142145 { text: 'Facebook', href: 'https://www.facebook.com/DXCTechnology/' },
143146 { text: 'Instagram', href: 'https://www.instagram.com/dxctechnology/' }
144147 ] "
145- [copyright] ="'© DXC Technology 2019 . All rights reserved.' "
148+ [copyright] ="'© DXC Technology 2022 . All rights reserved.' "
146149 >
147150 </ dxc-footer >
148151</ dxc-application-layout >
Original file line number Diff line number Diff line change 11< div >
22 < tbuilder-component-mode text ="Default ">
33 < dxc-footer
4- copyright ="© DXC Technology 2019. All rights reserved. "
54 [bottomLinks] ="bottomLinks "
65 [socialLinks] ="socialLinks "
76 margin ="medium "
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ type Margin = {
2929 right ?: Space ;
3030} ;
3131
32- export interface DxcFooterInputs {
33- margin : Space | Margin ,
34- padding : Space | Margin
32+ export interface DxcFooterInputs {
33+ margin : Space | Margin ;
34+ padding : Space | Margin ;
3535}
3636
3737@Component ( {
@@ -62,7 +62,7 @@ export class DxcFooterComponent implements OnChanges {
6262 /**
6363 * The text that will be displayed as copyright disclaimer.
6464 */
65- @Input ( ) copyright : string ;
65+ @Input ( ) copyright : string = "© DXC Technology 2022. All rights reserved." ;
6666 /**
6767 * Size of the margin to be applied to the component ('xxsmall' |
6868 * 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge'). You
You can’t perform that action at this time.
0 commit comments