🎨 Boutons déclencheurs de simulation plus visibles

Au moyen de boutons cette fois-ci
indeps-catégorie-activité
Mael 2019-02-27 14:36:50 +01:00
parent 6b6a9ef61a
commit c8119e46cd
2 changed files with 14 additions and 14 deletions

View File

@ -1,17 +1,17 @@
/* @flow */
import { startConversation } from 'Actions/actions';
import withLanguage from 'Components/utils/withLanguage';
import { compose, toPairs } from 'ramda';
import React from 'react';
import { Trans } from 'react-i18next';
import { connect } from 'react-redux';
import { withRouter } from 'react-router';
import { animated, Spring } from 'react-spring';
import { validInputEnteredSelector } from 'Selectors/analyseSelectors';
import { startConversation } from 'Actions/actions'
import withLanguage from 'Components/utils/withLanguage'
import { compose, toPairs } from 'ramda'
import React from 'react'
import { Trans } from 'react-i18next'
import { connect } from 'react-redux'
import { withRouter } from 'react-router'
import { animated, Spring } from 'react-spring'
import { validInputEnteredSelector } from 'Selectors/analyseSelectors'
import type { Location } from 'react-router'
type OwnProps = {
quickLinks: {[string]: string},
quickLinks: { [string]: string }
}
type Props = OwnProps & {
startConversation: (?string) => void,
@ -50,7 +50,7 @@ const QuickLinks = ({
{toPairs(quickLinks).map(([label, dottedName]) => (
<button
key={label}
className="ui__ link-button"
className="ui__ small button"
onClick={() => startConversation(dottedName)}>
<Trans>{label}</Trans>
</button>

View File

@ -16,9 +16,9 @@ questions:
- entreprise . année d'activité
questions à l'affiche:
💻 Charges: entreprise . charges
👷 Commerçant, artisan, ou libéral ?: entreprise . catégorie d'activité
📅 Année d'activité: entreprise . année d'activité
Charges: entreprise . charges
Commerçant, artisan, ou libéral ?: entreprise . catégorie d'activité
Année d'activité: entreprise . année d'activité
situation:
auto entrepreneur: oui