it('Renders header with text', () => {
    expect(component.find('h4').text()).to.eql('About');
  });