Skip to content

Commit

Permalink
fix(ExamplesScreen): changed text
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and lutangar committed Sep 27, 2019
1 parent e50a1a0 commit 43f1a79
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/options/App/Onboarding/Subscribe/Subscribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ import SubTitle from '../OnboardingAtoms/OnboardingSubTitle';
import OnboardingSteps from '../OnboardingAtoms/OnboardingSteps/OnboardingSteps';
import LMEMToBulles from '../OnboardingAtoms/LMEMToBulles';

const Title = styled(SubTitle)`
margin-top: 20px;
`;

const BottomLineBg = styled.section`
position: fixed;
bottom: 0;
Expand Down Expand Up @@ -55,10 +59,10 @@ export default ({
{updatedFromLmem ? <LMEMToBulles /> : <BullesLogo />}
{updatedFromLmem && <OnboardingSteps activeStep={2} />}

<SubTitle>
<Title>
Choisissez vos contributeurs pour recevoir leurs messages durant votre
navigation
</SubTitle>
</Title>
</Intro>

<SuggestionsScreen
Expand Down

0 comments on commit 43f1a79

Please sign in to comment.