We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95c936 commit f43459fCopy full SHA for f43459f
1 file changed
src/main/frontend/components/repo.cljs
@@ -304,7 +304,7 @@
304
(when-not config/publishing?
305
(shui/button {:size :sm :variant :ghost
306
:on-click (fn []
307
- (if (util/mobile?)
+ (if (util/capacitor?)
308
(state/pub-event! [:mobile/set-tab "graphs"])
309
(route-handler/redirect-to-all-graphs)))}
310
(shui/tabler-icon "layout-2") [:span (t :all-graphs)]))])
0 commit comments