change: onboarding explore text changes
This commit is contained in:
parent
d043eb0833
commit
b0bdcca031
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.wrapper {
|
||||
padding: 10px 0;
|
||||
padding: 7px 0;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ class OnboardingExplore extends React.PureComponent {
|
|||
<div className={ stl.modal } >
|
||||
<div className={ stl.tooltipArrow } />
|
||||
<div className={ stl.header }>
|
||||
Follow the steps below to complete this project setup and make the best out of OpenReplay.
|
||||
Make the best out of OpenReplay by completing your project setup:
|
||||
</div>
|
||||
|
||||
<div className={ stl.content }>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.wrapper {
|
||||
padding: 10px 0;
|
||||
padding: 6px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue