We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27218b7 commit 3f936ddCopy full SHA for 3f936dd
frontend/packages/component-library/src/typography/Typography.tsx
@@ -38,7 +38,7 @@ const Typography: React.FunctionComponent<TypographyProps> = ({
38
style={style}
39
{...props}
40
>
41
- {children}
+ {children} TEST
42
</Tag>
43
);
44
};
frontend/packages/component-library/src/typography/stories/Typography.story.tsx
@@ -45,7 +45,7 @@ export const AllTypographyElements: Story = {
45
render: () => (
46
<>
47
<Typography semanticTag="h1" visualAppearance="heading-xxl">
48
- This is a Typography Component. (H1) TEST
+ This is a Typography Component. (H1)
49
</Typography>
50
<Typography semanticTag="h2" visualAppearance="heading-xl">
51
This is a Typography Component. (H2)
0 commit comments