export default class HeroBody extends Component {

  createClassName() {
    return [styles.heroBody, this.props.className].join(' ').trim();
  }