mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
Use favicon for temporal user avatar.
This commit is contained in:
parent
c7e09dc13d
commit
64199f911b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
(defonce stream
|
||||
(rs/init {:user {:fullname "Cirilla Fiona"
|
||||
:avatar "http://lorempixel.com/50/50/"}
|
||||
:avatar "/images/favicon.png"}
|
||||
:dashboard {:project-order :name
|
||||
:project-filter ""}
|
||||
:workspace {}
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
;; FIXME this is a temporal
|
||||
(def current-user (atom {:user/fullname "Cirilla"
|
||||
:user/avatar "//lorempixel.com/50/50/"}))
|
||||
:user/avatar "/images/favicon.png"}))
|
||||
(def menu-open? (atom false))
|
||||
|
||||
(def ^:static user-l
|
||||
|
|
Loading…
Reference in a new issue