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 a93d385 commit 16bedf0Copy full SHA for 16bedf0
src/status_im/contexts/communities/overview/view.cljs
@@ -53,7 +53,7 @@
53
(rf/dispatch [:open-modal :screen/community-account-selection-sheet
54
{:community-id community-id}])))
55
56
-(defn- promote-community-for-owners
+(defn- promotional-info-box-for-owners
57
[{:keys [theme info-styles]}]
58
(let [[dismissed? set-dismissed] (rn/use-state false)]
59
(when-not dismissed?
@@ -457,7 +457,7 @@
457
:info-styles info-styles}]
458
[community-info-tags tags info-styles]
459
(when owner?
460
- [promote-community-for-owners {:theme theme :info-styles info-styles}])
+ [promotional-info-box-for-owners {:theme theme :info-styles info-styles}])
461
[join-community
462
{:community-id community-id
463
:joined? joined?
0 commit comments