aboutsummaryrefslogtreecommitdiff
path: root/modern/src/components/BottomMenu.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/components/BottomMenu.js')
-rw-r--r--modern/src/components/BottomMenu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/components/BottomMenu.js b/modern/src/components/BottomMenu.js
index c6bf66e6..c43cfb96 100644
--- a/modern/src/components/BottomMenu.js
+++ b/modern/src/components/BottomMenu.js
@@ -43,7 +43,7 @@ const BottomMenu = () => {
history.push('/reports/route');
break;
case 2:
- history.push('/settings/notifications');
+ history.push('/settings/preferences');
break;
case 3:
setAnchorEl(event.currentTarget);