File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
website/screens/components Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const FooterPageHeading = ({ children }: { children: React.ReactNode }) => {
2828 < DxcParagraph >
2929 The footer is part of the application layout, so it can only be used
3030 inside of it. Please check the{ " " }
31- < Link href = "/components/applicationLayout " passHref >
31+ < Link href = "/components/application-layout " passHref >
3232 < DxcLink > DxcApplicationLayout</ DxcLink >
3333 </ Link > { " " }
3434 documentation.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const HeaderPageHeading = ({ children }: { children: React.ReactNode }) => {
2525 < DxcParagraph >
2626 The header is part of the application layout, so it can only be used
2727 inside of it. Please check the{ " " }
28- < Link href = "/components/applicationLayout " passHref >
28+ < Link href = "/components/application-layout " passHref >
2929 < DxcLink > DxcApplicationLayout</ DxcLink >
3030 </ Link > { " " }
3131 documentation.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const SidenavPageHeading = ({ children }: { children: React.ReactNode }) => {
2222 < DxcParagraph >
2323 The sidenav is part of the application layout, so it can only be
2424 used inside of it. Please check the{ " " }
25- < Link href = "/components/applicationLayout " passHref >
25+ < Link href = "/components/application-layout " passHref >
2626 < DxcLink > DxcApplicationLayout</ DxcLink >
2727 </ Link > { " " }
2828 documentation.
You can’t perform that action at this time.
0 commit comments