0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

🔥 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)}
[:span.icon i/msg-info]
[:span.text (tr "labels.give-feedback")]
[:span.primary-badge "BETA"]])]]]
])]]]
(when (and team profile)
[:& comments-section {:profile profile

View file

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