# HG changeset patch # User Alexandre Segura # Date 1498749116 -7200 # Node ID 732adc46c8b850e4237f7241ef643f98be283dbb # Parent e6f85e26b08c70801575a5098f2fbe7f9a0f1622 Change add group button design. diff -r e6f85e26b08c -r 732adc46c8b8 client/src/components/SessionForm.js --- a/client/src/components/SessionForm.js Thu Jun 29 17:02:21 2017 +0200 +++ b/client/src/components/SessionForm.js Thu Jun 29 17:11:56 2017 +0200 @@ -1,7 +1,7 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; -import { Panel, FormGroup, ControlLabel, FormControl, Button, InputGroup, HelpBlock } from 'react-bootstrap'; +import { Panel, FormGroup, ControlLabel, FormControl, Button, InputGroup, HelpBlock, Glyphicon } from 'react-bootstrap'; import '../App.css'; import * as sessionsActions from '../actions/sessionsActions'; import * as authActions from '../actions/authActions'; @@ -83,7 +83,9 @@ return ( - + ) }