0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

Set a fixed user photo until photo upload is implemented.

This commit is contained in:
Andrey Antukh 2016-05-16 13:43:35 +03:00
parent 4675590aac
commit 191fae23d3
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -56,7 +56,7 @@
:on-mouse-leave #(swap! local assoc :open false)}
[:span (:fullname profile)]
[:img {:border "0"
:src (:photo profile "/images/avatar.jpg")}]
:src "/images/avatar.jpg"}]
(user-menu (:open @local))])))
(def user