diff --git a/src/quo/components/navigation/page_nav/view.cljs b/src/quo/components/navigation/page_nav/view.cljs index ce7bb1bca2..7c388f4fba 100644 --- a/src/quo/components/navigation/page_nav/view.cljs +++ b/src/quo/components/navigation/page_nav/view.cljs @@ -261,7 +261,10 @@ {:opacity center-opacity} nil) (style/center-content-container - (and (= type :title) (= text-align :center)))) + (case type + :title (= text-align :center) + (:dropdown :wallet-networks) true + false))) props-with-style (assoc props :center-content-container-style center-content-container-style)]