Skip to content

Commit 4e353f5

Browse files
committed
add spacing for better reading for timeline reaction
1 parent 0977373 commit 4e353f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/shared-components/src/room/timeline/event-tile/reactions/ReactionsRow/ReactionsRow.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const ReactionsRowViewWrapperImpl = ({
8181
const ReactionsRowViewWrapper = withViewDocs(ReactionsRowViewWrapperImpl, ReactionsRowView);
8282

8383
const meta = {
84-
title: "TimelineReaction/ReactionsRow",
84+
title: "Timeline Reaction/ReactionsRow",
8585
component: ReactionsRowViewWrapper,
8686
tags: ["autodocs"],
8787
args: {

packages/shared-components/src/room/timeline/event-tile/reactions/ReactionsRowButton/ReactionsRowButton.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const ReactionsRowButtonViewWrapperImpl = ({
5858
const ReactionsRowButtonViewWrapper = withViewDocs(ReactionsRowButtonViewWrapperImpl, ReactionsRowButtonView);
5959

6060
const meta = {
61-
title: "TimelineReaction/ReactionsRowButton",
61+
title: "Timeline Reaction/ReactionsRowButton",
6262
component: ReactionsRowButtonViewWrapper,
6363
tags: ["autodocs"],
6464
args: {

packages/shared-components/src/room/timeline/event-tile/reactions/ReactionsRowButtonTooltip/ReactionsRowButtonTooltip.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const ReactionsRowButtonTooltipViewWrapper = withViewDocs(
2727
);
2828

2929
const meta = {
30-
title: "TimelineReaction/ReactionsRowButtonTooltip",
30+
title: "Timeline Reaction/ReactionsRowButtonTooltip",
3131
component: ReactionsRowButtonTooltipViewWrapper,
3232
tags: ["autodocs"],
3333
argTypes: {

0 commit comments

Comments
 (0)