diff options
author | Anton Tananaev <anton@traccar.org> | 2022-05-26 16:49:45 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-05-26 16:49:45 -0700 |
commit | 8ab9102113667cd472da7cc34333425b4aa70aee (patch) | |
tree | 43fb502a09ab2bf8391e08a81334f601a895174d /modern/src/other/EventPage.js | |
parent | d2af6d5f6b24928d63d7ce7152b4eab4ade7a5b0 (diff) | |
download | trackermap-web-8ab9102113667cd472da7cc34333425b4aa70aee.tar.gz trackermap-web-8ab9102113667cd472da7cc34333425b4aa70aee.tar.bz2 trackermap-web-8ab9102113667cd472da7cc34333425b4aa70aee.zip |
Improve toolbar back button
Diffstat (limited to 'modern/src/other/EventPage.js')
-rw-r--r-- | modern/src/other/EventPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/other/EventPage.js b/modern/src/other/EventPage.js index f4427ca9..cbe4a0fb 100644 --- a/modern/src/other/EventPage.js +++ b/modern/src/other/EventPage.js @@ -61,7 +61,7 @@ const EventPage = () => { <div className={classes.root}> <AppBar color="inherit" position="static"> <Toolbar> - <IconButton color="inherit" edge="start" onClick={() => navigate('/')}> + <IconButton color="inherit" edge="start" sx={{ mr: 2 }} onClick={() => navigate('/')}> <ArrowBackIcon /> </IconButton> <Typography variant="h6">{t('positionEvent')}</Typography> |