Skip to content

Commit 0977373

Browse files
committed
add spacing to timeline meta for better reading
1 parent 7434c1a commit 0977373

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/shared-components/src/room/timeline/DateSeparatorView/DateSeparatorView.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const DateSeparatorViewWrapperImpl = ({
2929
const DateSeparatorViewWrapper = withViewDocs(DateSeparatorViewWrapperImpl, DateSeparatorView);
3030

3131
const meta = {
32-
title: "TimelineMeta/DateSeparatorView",
32+
title: "Timeline Meta/DateSeparatorView",
3333
component: DateSeparatorViewWrapper,
3434
tags: ["autodocs"],
3535
argTypes: {

packages/shared-components/src/room/timeline/ReadMarker/ReadMarker.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const ReadMarkerWrapper = ({
3232
};
3333

3434
const meta = {
35-
title: "TimelineMeta/ReadMarker",
35+
title: "Timeline Meta/ReadMarker",
3636
component: ReadMarkerWrapper,
3737
tags: ["autodocs"],
3838
args: {

packages/shared-components/src/room/timeline/TimelineSeparator/TimelineSeparator.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import TimelineSeparator from "./TimelineSeparator";
1212
import styles from "./TimelineSeparator.module.css";
1313

1414
const meta = {
15-
title: "TimelineMeta/TimelineSeparator",
15+
title: "Timeline Meta/TimelineSeparator",
1616
component: TimelineSeparator,
1717
tags: ["autodocs"],
1818
args: {

packages/shared-components/src/room/timeline/event-tile/timestamp/MessageTimestampView/MessageTimestampView.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const MessageTimestampWrapperImpl = ({
3333
const MessageTimestampWrapper = withViewDocs(MessageTimestampWrapperImpl, MessageTimestampView);
3434

3535
const meta = {
36-
title: "TimelineMeta/MessageTimestampView",
36+
title: "Timeline Meta/MessageTimestampView",
3737
component: MessageTimestampWrapper,
3838
tags: ["autodocs"],
3939
args: {

0 commit comments

Comments
 (0)