diff --git a/src/main/frontend/components/repo.cljs b/src/main/frontend/components/repo.cljs index d159cd2fd7..eda85686e4 100644 --- a/src/main/frontend/components/repo.cljs +++ b/src/main/frontend/components/repo.cljs @@ -360,7 +360,7 @@ (shui/button {:size :sm :variant :ghost :on-click (fn [] (if (util/mobile?) - (state/pub-event! [:mobile/set-tab "settings"]) + (state/pub-event! [:mobile/set-tab "graphs"]) (route-handler/redirect-to-all-graphs)))} (shui/tabler-icon "layout-2") [:span (t :all-graphs)]))])