diff --git a/frontend/components/Footer.js b/frontend/components/Footer.js index 2c380c4..7ef2257 100644 --- a/frontend/components/Footer.js +++ b/frontend/components/Footer.js @@ -66,25 +66,38 @@ function Footer() { + - - Powered By - - LIneA - - - Last update: {gitDate} ({gitVersion}) + + + + + Powered By + + LIneA + + + + + Last update: {gitDate} ({gitVersion}) + + + ) diff --git a/frontend/styles/components/Footer.js b/frontend/styles/components/Footer.js index 991311f..ca021e1 100644 --- a/frontend/styles/components/Footer.js +++ b/frontend/styles/components/Footer.js @@ -4,7 +4,7 @@ const useStyles = makeStyles(theme => ({ root: { width: '100%', float: 'right', - height: 64, + //height: 64, position: 'relative', zIndex: 2, backgroundColor: theme.palette.grey[900], @@ -36,6 +36,14 @@ const useStyles = makeStyles(theme => ({ marginRight: 16, fontFamily: 'Roboto Condensed' }, + lastUpdate: { + display: 'flex', + verticalAlign: 'middle', + color: '#fff', + marginRight: 0, + fontFamily: 'Roboto Condensed', + fontSize: 12 + }, marginItem: { marginLeft: 20, marginRight: 20,