Skip to content

Commit

Permalink
Updates based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
GomezIvann committed Sep 20, 2024
1 parent c3d6220 commit b0bf22f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions apps/website/screens/components/tag/TagPageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ const TagPageHeading = ({ children }: { children: React.ReactNode }) => {
that calls the user's attention.
</DxcParagraph>
<DxcAlert type="warning" size="fillParent">
This component will be removed from Halstack Design System in the next major release. Please, start
considering other alternatives like the{" "}
This component will be removed from Halstack Design System in the next major release. Please start
considering alternatives such as the{" "}
<Link href="/components/badge" passHref legacyBehavior>
<DxcLink href="/components/badge">Badge</DxcLink>
</Link>
, the{" "}
<Link href="/components/button" passHref legacyBehavior>
<DxcLink href="/components/button">Button</DxcLink>
</Link>{" "}
component or the{" "}
or the{" "}
<Link href="/components/chip" passHref legacyBehavior>
<DxcLink href="/components/badge">Chip</DxcLink>
<DxcLink href="/components/chip">Chip</DxcLink>
</Link>
.
</DxcAlert>
Expand Down
4 changes: 2 additions & 2 deletions apps/website/screens/components/toast/code/ToastCodePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ const sections = [
},
];

const TextareaCodePage = () => {
const ToastCodePage = () => {
return (
<DxcFlex direction="column" gap="4rem">
<QuickNavContainerLayout>
Expand All @@ -299,4 +299,4 @@ const TextareaCodePage = () => {
);
};

export default TextareaCodePage;
export default ToastCodePage;

0 comments on commit b0bf22f

Please sign in to comment.