Skip to content

Commit 16bedf0

Browse files
committed
Improve name
1 parent a93d385 commit 16bedf0

File tree

1 file changed

+2
-2
lines changed
  • src/status_im/contexts/communities/overview

1 file changed

+2
-2
lines changed

src/status_im/contexts/communities/overview/view.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
(rf/dispatch [:open-modal :screen/community-account-selection-sheet
5454
{:community-id community-id}])))
5555

56-
(defn- promote-community-for-owners
56+
(defn- promotional-info-box-for-owners
5757
[{:keys [theme info-styles]}]
5858
(let [[dismissed? set-dismissed] (rn/use-state false)]
5959
(when-not dismissed?
@@ -457,7 +457,7 @@
457457
:info-styles info-styles}]
458458
[community-info-tags tags info-styles]
459459
(when owner?
460-
[promote-community-for-owners {:theme theme :info-styles info-styles}])
460+
[promotional-info-box-for-owners {:theme theme :info-styles info-styles}])
461461
[join-community
462462
{:community-id community-id
463463
:joined? joined?

0 commit comments

Comments
 (0)