Skip to content

Commit 3f936dd

Browse files
committed
break eyes
1 parent 27218b7 commit 3f936dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/packages/component-library/src/typography/Typography.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Typography: React.FunctionComponent<TypographyProps> = ({
3838
style={style}
3939
{...props}
4040
>
41-
{children}
41+
{children} TEST
4242
</Tag>
4343
);
4444
};

frontend/packages/component-library/src/typography/stories/Typography.story.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const AllTypographyElements: Story = {
4545
render: () => (
4646
<>
4747
<Typography semanticTag="h1" visualAppearance="heading-xxl">
48-
This is a Typography Component. (H1) TEST
48+
This is a Typography Component. (H1)
4949
</Typography>
5050
<Typography semanticTag="h2" visualAppearance="heading-xl">
5151
This is a Typography Component. (H2)

0 commit comments

Comments
 (0)