mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
change no-user-img avatar image
This commit is contained in:
parent
1391c9e671
commit
5fe16abd38
3 changed files with 2 additions and 4 deletions
|
@ -69,7 +69,6 @@
|
|||
}
|
||||
|
||||
img {
|
||||
border: 2px solid $dark-ui-bg;
|
||||
border-radius: 50%;
|
||||
flex-shrink: 0;
|
||||
width: 32px;
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
[:section.user-settings-content
|
||||
[:span.user-settings-label "Your avatar"]
|
||||
[:form.avatar-form
|
||||
[:img {:src "images/favicon.png" :border "0"}]
|
||||
[:img {:src "images/avatar.jpg" :border "0"}]
|
||||
[:input {:type "file"}]]
|
||||
(profile-form)
|
||||
]]]))
|
||||
|
@ -124,4 +124,3 @@
|
|||
{:render profile-page-render
|
||||
:name "profile-page"
|
||||
:mixins [mx/static]}))
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
:on-mouse-leave #(swap! local assoc :open false)}
|
||||
[:span (:fullname profile)]
|
||||
[:img {:border "0"
|
||||
:src (:photo profile "/images/favicon.png")}]
|
||||
:src (:photo profile "/images/avatar.jpg")}]
|
||||
(user-menu (:open @local))])))
|
||||
|
||||
(def user
|
||||
|
|
Loading…
Add table
Reference in a new issue