Skip to content
Snippets Groups Projects
Select Git revision
  • 8343cfc2774a6ed245619c4957c0748b68a73e16
  • main default protected
  • settings-table-feature
  • interpolation-data-esacping-bug
  • nyari
  • order-feature
  • animation-feature
  • 1.7.3 protected
  • 1.7.2 protected
  • 1.7.1 protected
  • 1.7.0 protected
  • 1.6.8 protected
  • 1.6.7 protected
  • 1.6.6 protected
  • 1.6.5 protected
  • 1.6.4 protected
  • 1.6.3 protected
  • 1.6.2 protected
  • 1.6.1 protected
  • 1.6.0 protected
  • 1.5.19 protected
  • 1.5.18 protected
  • 1.5.17 protected
  • 1.5.16 protected
  • 1.5.15 protected
  • 1.5.14 protected
  • 1.5.13 protected
27 results

postgress_setup.py

Blame
  • Footer.js 302 B
    import React from 'react';
    import { Container, Segment } from 'semantic-ui-react';
    
    
    const Footer = () => (
      <Segment inverted vertical textAlign='center' >
        <Container>
          <p textalign='center' >Created by DevTeam &copy; 2018-2019.</p>
        </Container>
      </Segment>
    
    );
    
    export default Footer;