change: onboarding explore text changes

This commit is contained in:
Shekar Siri 2021-05-18 12:41:37 +05:30
parent d043eb0833
commit b0bdcca031
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
.wrapper {
padding: 10px 0;
padding: 7px 0;
}
.checkbox {

View file

@ -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 }>

View file

@ -1,5 +1,5 @@
.wrapper {
padding: 10px 0;
padding: 6px 0;
display: flex;
align-items: center;
}