Skip to content
Snippets Groups Projects
Footer.js 342 B
Newer Older
  • Learn to ignore specific revisions
  • Tamás Szabó's avatar
    Tamás Szabó committed
    import React from 'react';
    import { Container, Segment } from 'semantic-ui-react';
    
      <Segment inverted attached={'bottom'} vertical style={{clear: 'both'}} textAlign='center'>
    
    Tamás Szabó's avatar
    Tamás Szabó committed
          <p textalign='center'>Created by DevTeam &copy; 2017-2018.</p>
    
        </Container>
      </Segment>
    );
    
    export default Footer;