Skip to content

Commit 23555b9

Browse files
committed
fixing apl layout href
1 parent 0355ea3 commit 23555b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/screens/components/footer/FooterPageLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

website/screens/components/header/HeaderPageLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

website/screens/components/sidenav/SidenavPageLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)