mirror of
https://github.com/penpot/penpot.git
synced 2025-06-25 03:27:03 +02:00
🐛 Fix team name dropdown menu from dashboard (#6562)
This commit is contained in:
parent
1c5d182a90
commit
bc38bd6a9c
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@
|
||||||
|
|
||||||
|
|
||||||
(and (not (:is-default team))
|
(and (not (:is-default team))
|
||||||
(not (contains? cf/flags :subscriptions)))
|
(or (not= "unlimited" subscription-name) (not= "enterprise" subscription-name)))
|
||||||
[:div {:class (stl/css :team-name)}
|
[:div {:class (stl/css :team-name)}
|
||||||
[:img {:src (cf/resolve-team-photo-url team)
|
[:img {:src (cf/resolve-team-photo-url team)
|
||||||
:class (stl/css :team-picture)
|
:class (stl/css :team-picture)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue