title: mapStateToTitle()

in src/pages/github/github.tsx [207:211]


      title: mapStateToTitle(current),
      status: mapStateToIcon(current),
      children: (
        <EuiText>
          {current.matches('success') && <p>Hi {current.context.name} 👋 You are all setup.</p>}