mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -05:00
Merge pull request #2060 from penpot/community-nav-link
🎉 Add new community link to dashboard and workspace menus
This commit is contained in:
commit
27d81ee47d
4 changed files with 12 additions and 0 deletions
|
@ -499,6 +499,8 @@
|
|||
[:li.separator {:on-click #(dom/open-new-window "https://help.penpot.app")
|
||||
:data-test "help-center-profile-opt"}
|
||||
[:span.text (tr "labels.help-center")]]
|
||||
[:li {:on-click #(dom/open-new-window "https://community.penpot.app")}
|
||||
[:span.text (tr "labels.community")]]
|
||||
[:li {:on-click #(dom/open-new-window "https://www.youtube.com/c/Penpot")}
|
||||
[:span.text (tr "labels.tutorials")]]
|
||||
[:li {:on-click show-release-notes}
|
||||
|
|
|
@ -388,6 +388,8 @@
|
|||
[:ul.sub-menu.help-info
|
||||
[:li {:on-click #(dom/open-new-window "https://help.penpot.app")}
|
||||
[:span (tr "labels.help-center")]]
|
||||
[:li {:on-click #(dom/open-new-window "https://community.penpot.app")}
|
||||
[:span (tr "labels.community")]]
|
||||
[:li {:on-click #(dom/open-new-window "https://www.youtube.com/c/Penpot")}
|
||||
[:span (tr "labels.tutorials")]]
|
||||
[:li {:on-click show-release-notes}
|
||||
|
|
|
@ -1420,6 +1420,10 @@ msgstr "Start"
|
|||
msgid "labels.status"
|
||||
msgstr "Status"
|
||||
|
||||
#: src/app/main/ui/dashboard/sidebar.cljs
|
||||
msgid "labels.community"
|
||||
msgstr "Community"
|
||||
|
||||
#: src/app/main/ui/dashboard/sidebar.cljs
|
||||
msgid "labels.tutorials"
|
||||
msgstr "Tutorials"
|
||||
|
|
|
@ -1492,6 +1492,10 @@ msgstr "Comenzar"
|
|||
msgid "labels.status"
|
||||
msgstr "Status"
|
||||
|
||||
#: src/app/main/ui/dashboard/sidebar.cljs
|
||||
msgid "labels.community"
|
||||
msgstr "Comunidad"
|
||||
|
||||
#: src/app/main/ui/dashboard/sidebar.cljs
|
||||
msgid "labels.tutorials"
|
||||
msgstr "Tutoriales"
|
||||
|
|
Loading…
Add table
Reference in a new issue