mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -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
|
(defonce stream
|
||||||
(rs/init {:user {:fullname "Cirilla Fiona"
|
(rs/init {:user {:fullname "Cirilla Fiona"
|
||||||
:avatar "http://lorempixel.com/50/50/"}
|
:avatar "/images/favicon.png"}
|
||||||
:dashboard {:project-order :name
|
:dashboard {:project-order :name
|
||||||
:project-filter ""}
|
:project-filter ""}
|
||||||
:workspace {}
|
:workspace {}
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
;; FIXME this is a temporal
|
;; FIXME this is a temporal
|
||||||
(def current-user (atom {:user/fullname "Cirilla"
|
(def current-user (atom {:user/fullname "Cirilla"
|
||||||
:user/avatar "//lorempixel.com/50/50/"}))
|
:user/avatar "/images/favicon.png"}))
|
||||||
(def menu-open? (atom false))
|
(def menu-open? (atom false))
|
||||||
|
|
||||||
(def ^:static user-l
|
(def ^:static user-l
|
||||||
|
|
Loading…
Add table
Reference in a new issue