mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
💄 Hide Teams tab in user settings
This commit is contained in:
parent
5f373df569
commit
3e5f9a01ad
1 changed files with 5 additions and 5 deletions
|
@ -51,9 +51,9 @@
|
||||||
[:a.nav-item
|
[:a.nav-item
|
||||||
{:class (when options? "current")
|
{:class (when options? "current")
|
||||||
:on-click #(st/emit! (rt/nav :settings-options))}
|
:on-click #(st/emit! (rt/nav :settings-options))}
|
||||||
(t locale "settings.options")]
|
(t locale "settings.options")]]]))
|
||||||
|
|
||||||
[:a.nav-item
|
;; [:a.nav-item
|
||||||
{:class "foobar"
|
;; {:class "foobar"
|
||||||
:on-click #(st/emit! (rt/nav :settings-profile))}
|
;; :on-click #(st/emit! (rt/nav :settings-profile))}
|
||||||
(t locale "settings.teams")]]]))
|
;; (t locale "settings.teams")]]]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue