aboutsummaryrefslogtreecommitdiff
path: root/modern/src/other/EventPage.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-05-26 16:49:45 -0700
committerAnton Tananaev <anton@traccar.org>2022-05-26 16:49:45 -0700
commit8ab9102113667cd472da7cc34333425b4aa70aee (patch)
tree43fb502a09ab2bf8391e08a81334f601a895174d /modern/src/other/EventPage.js
parentd2af6d5f6b24928d63d7ce7152b4eab4ade7a5b0 (diff)
downloadtrackermap-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.js2
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>