diff --git a/src/components/appBar.js b/src/components/appBar.js index a931719..a0abab5 100644 --- a/src/components/appBar.js +++ b/src/components/appBar.js @@ -5,6 +5,8 @@ import AppBar from '@material-ui/core/AppBar' import Toolbar from '@material-ui/core/Toolbar' import Typography from '@material-ui/core/Typography' import Icon from '@material-ui/core/Icon' +import Grid from '@material-ui/core/Grid' +import SmarteaMasthead from '../images/smartea2x.png' const styles = { root: { @@ -18,15 +20,18 @@ const styles = { function ButtonAppBar(props) { const { classes, bank } = props return ( - + - - SmarTea Pants - -
- upward_arrow - Bank: ${bank} -
+ + + + +
+ + Bank: ${bank} + +
+
) diff --git a/src/components/image.js b/src/components/image.js index 9ed27ee..ee234ab 100644 --- a/src/components/image.js +++ b/src/components/image.js @@ -17,9 +17,9 @@ const Image = () => (