diff --git a/app/src/components/Controls/About.js b/app/src/components/Controls/About.js index 103df43..77cbc8a 100644 --- a/app/src/components/Controls/About.js +++ b/app/src/components/Controls/About.js @@ -68,7 +68,7 @@ const About = ({ defaultMessage='About' /> - + Contributions to this work were made on behalf of the GÉANT project, a project that has received funding from the @@ -89,7 +89,7 @@ const About = ({ https://edumeet.org - + shortcuts : { display : 'flex', flexDirection : 'row', - alignItems : 'center' + alignItems : 'center', + paddingLeft : theme.spacing(2), + paddingRight : theme.spacing(2) }, tabsHeader : { - flexGrow : 1 + flexGrow : 1, + marginBottom : theme.spacing(1) } }); @@ -93,6 +94,7 @@ const Help = ({ /> - - - {shortcuts.map((value, index) => - { - return ( -
- - {value.key} - - -
- ); - })} - -
-
+ {shortcuts.map((value, index) => + { + return ( +
+ + {value.key} + + +
+ ); + })}