🔥 Remove ALPHA and BETA batges.

This commit is contained in:
Andrey Antukh 2021-12-22 18:41:06 +01:00
parent 869abcc835
commit 37a736339e
2 changed files with 3 additions and 3 deletions

View file

@ -522,7 +522,7 @@
[:li.feedback {:on-click (partial on-click :settings-feedback)} [:li.feedback {:on-click (partial on-click :settings-feedback)}
[:span.icon i/msg-info] [:span.icon i/msg-info]
[:span.text (tr "labels.give-feedback")] [:span.text (tr "labels.give-feedback")]
[:span.primary-badge "BETA"]])]]] ])]]]
(when (and team profile) (when (and team profile)
[:& comments-section {:profile profile [:& comments-section {:profile profile

View file

@ -287,8 +287,8 @@
(when (contains? @cf/flags :user-feedback) (when (contains? @cf/flags :user-feedback)
[:li.feedback {:on-click (st/emitf (rt/nav :settings-feedback))} [:li.feedback {:on-click (st/emitf (rt/nav :settings-feedback))}
[:span (tr "labels.give-feedback")] [:span (tr "labels.give-feedback")]])
[:span.primary-badge "ALPHA"]])
]]])) ]]]))
;; --- Header Component ;; --- Header Component