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:
parent
4675590aac
commit
191fae23d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue