mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 19:48:35 +02:00
WIP: restructure dashboard source.
This commit is contained in:
parent
031874d442
commit
feb00d83f8
8 changed files with 65 additions and 59 deletions
|
@ -93,7 +93,7 @@
|
|||
{:name "login"
|
||||
:value "Continue"
|
||||
:type "submit"
|
||||
:on-click #(r/go :main/dashboard)}]
|
||||
:on-click #(r/go :dashboard/projects)}]
|
||||
[:div.login-links
|
||||
[:a
|
||||
{:on-click #(r/go :auth/login)}
|
||||
|
@ -117,7 +117,7 @@
|
|||
{:name "login"
|
||||
:value "Continue"
|
||||
:type "submit"
|
||||
:on-click #(r/go :main/dashboard)}]
|
||||
:on-click #(r/go :dashboard/projects)}]
|
||||
[:div.login-links
|
||||
[:a
|
||||
{:on-click #(r/go :auth/login)}
|
||||
|
@ -156,7 +156,7 @@
|
|||
{:name "login"
|
||||
:value "Continue"
|
||||
:type "submit"
|
||||
:on-click #(r/go :main/dashboard)}]
|
||||
:on-click #(r/go :dashboard/projects)}]
|
||||
[:div.login-links
|
||||
[:a {:on-click #(r/go :auth/recover-password)} "Forgot your password?"]
|
||||
[:a {:on-click #(r/go :auth/register)} "Don't have an account?"]]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue