Loading js-apps/frontend/src/js/components/footer.js +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ const Footer = () => { <Grid style={{ backgroundColor: '#3e484f' }}> <GridCell span={2}/> <GridCell span={3} align={'middle'} style={styles.copyright}> <Typography use="body1">© Copyright 2021, ETSI</Typography> <Typography use="body1">© Copyright 2021-2022, ETSI</Typography> </GridCell> <GridCell span={5} align={'middle'}> <div align={'right'}> Loading Loading
js-apps/frontend/src/js/components/footer.js +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ const Footer = () => { <Grid style={{ backgroundColor: '#3e484f' }}> <GridCell span={2}/> <GridCell span={3} align={'middle'} style={styles.copyright}> <Typography use="body1">© Copyright 2021, ETSI</Typography> <Typography use="body1">© Copyright 2021-2022, ETSI</Typography> </GridCell> <GridCell span={5} align={'middle'}> <div align={'right'}> Loading