mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 06:16:13 +02:00
✨ Add link to feedback dashboard
This commit is contained in:
parent
dbf67dc47b
commit
7b458daa98
3 changed files with 29 additions and 3 deletions
|
@ -453,7 +453,11 @@
|
|||
[:span.text (t locale "labels.password")]]
|
||||
[:li {:on-click (partial on-click (da/logout))}
|
||||
[:span.icon i/exit]
|
||||
[:span.text (t locale "labels.logout")]]]]]
|
||||
[:span.text (t locale "labels.logout")]]
|
||||
[:li.feedback
|
||||
[:span.icon i/msg-info]
|
||||
[:a.text {:href "https://github.com/penpot/penpot/discussions" :target "_blank"} (t locale "labels.feedback")]
|
||||
[:span.primary-badge "ALPHA"]]]]]
|
||||
|
||||
(when (and team profile)
|
||||
[:& comments-section {:profile profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue