Skip to content

Commit 4255c53

Browse files
committed
Tweak run on click text
1 parent ad049a7 commit 4255c53

File tree

1 file changed

+1
-1
lines changed
  • packages/common/src/components/RunOnClick

1 file changed

+1
-1
lines changed

packages/common/src/components/RunOnClick/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const RunOnClick = ({ onClick }) => (
2222
</div>
2323
<div className="play" />
2424
</div>
25-
<Text>Run On Click</Text>
25+
<Text>Click to Run</Text>
2626
</Container>
2727
</Centered>
2828
</Fullscreen>

0 commit comments

Comments
 (0)