File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
packages/docs-reanimated/src/components/Hero/StartScreen Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,10 @@ const StartScreen = () => {
46
46
< span className = { styles . rnLabel } > React Native</ span >
47
47
< SelectedLabel isInteractive = { true } > Reanimated</ SelectedLabel >
48
48
</ h1 >
49
- < h2 className = { styles . subheadingLabel } > Beyond the limitations</ h2 >
49
+ < h2 className = { styles . subheadingLabel } >
50
+ Create smooth animations with an excellent developer
51
+ experience.
52
+ </ h2 >
50
53
</ div >
51
54
< div className = { styles . lowerHeading } >
52
55
< Horse />
Original file line number Diff line number Diff line change 36
36
font-weight : 600 ;
37
37
line-height : 1.15 ;
38
38
letter-spacing : var (--swm-heading-letter-spacing-bigger );
39
+ text-wrap : balance;
39
40
40
41
margin-top : 32px ;
41
42
margin-bottom : 56px ;
You can’t perform that action at this time.
0 commit comments