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/ReplayPage.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/ReplayPage.js')
-rw-r--r-- | modern/src/other/ReplayPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/other/ReplayPage.js b/modern/src/other/ReplayPage.js index 9331777e..fcf01fc7 100644 --- a/modern/src/other/ReplayPage.js +++ b/modern/src/other/ReplayPage.js @@ -152,7 +152,7 @@ const ReplayPage = () => { <div className={classes.sidebar}> <Paper elevation={3} square> <Toolbar> - <IconButton onClick={() => navigate(-1)}> + <IconButton edge="start" sx={{ mr: 2 }} onClick={() => navigate(-1)}> <ArrowBackIcon /> </IconButton> <Typography variant="h6" className={classes.title}>{t('reportReplay')}</Typography> |