mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -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
|
||||
{:class (when options? "current")
|
||||
:on-click #(st/emit! (rt/nav :settings-options))}
|
||||
(t locale "settings.options")]
|
||||
(t locale "settings.options")]]]))
|
||||
|
||||
[:a.nav-item
|
||||
{:class "foobar"
|
||||
:on-click #(st/emit! (rt/nav :settings-profile))}
|
||||
(t locale "settings.teams")]]]))
|
||||
;; [:a.nav-item
|
||||
;; {:class "foobar"
|
||||
;; :on-click #(st/emit! (rt/nav :settings-profile))}
|
||||
;; (t locale "settings.teams")]]]))
|
||||
|
|
Loading…
Add table
Reference in a new issue