Skip to content

Commit 923f22e

Browse files
committed
Updates based on feedback
1 parent 6d7cc97 commit 923f22e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

website/pages/overview/component-lifecycle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Head from "next/head";
2-
import ComponentLifecyclePage from "../../screens/principles/component-lifecycle/ComponentLifecycle";
2+
import ComponentLifecyclePage from "../../screens/principles/component-lifecycle/ComponentLifecyclePage";
33

44
const ComponentLifecycle = () => {
55
return (

website/screens/common/pagesList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export const themeGeneratorLinks = [
2424

2525
const overviewLinks: LinkDetails[] = [
2626
{ label: "Introduction", path: "/overview/introduction", status: "ready" },
27-
{ label: "Releases", path: "/overview/releases", status: "ready" },
2827
{ label: "Component lifecycle", path: "/overview/component-lifecycle", status: "ready" },
28+
{ label: "Releases", path: "/overview/releases", status: "ready" },
2929
];
3030
const utilitiesLinks: LinkDetails[] = [
3131
{

website/screens/principles/component-lifecycle/ComponentLifecycle.tsx renamed to website/screens/principles/component-lifecycle/ComponentLifecyclePage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const sections = [
7474
Already released and available in our design tools.
7575
</DxcBulletedList.Item>
7676
<DxcBulletedList.Item>
77-
The component API is subject to change.
77+
The component API may be subject to change.
7878
</DxcBulletedList.Item>
7979
</DxcBulletedList>
8080
),
@@ -226,7 +226,7 @@ const ComponentLifecyclePage = () => {
226226
startHeadingLevel={2}
227227
></QuickNavContainer>
228228
</QuickNavContainerLayout>
229-
<DocFooter githubLink="https://github.com/dxc-technology/halstack-react/blob/master/website/screens/principles/color/ColorPage.tsx" />
229+
<DocFooter githubLink="https://github.com/dxc-technology/halstack-react/blob/master/website/screens/principles/component-lifecycle/ComponentLifecyclePage.tsx" />
230230
</DxcFlex>
231231
);
232232
};

0 commit comments

Comments
 (0)