mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-29 21:16:40 +07:00
now user can login
This commit is contained in:
parent
e7960a6bf8
commit
e19001ca82
25 changed files with 493 additions and 32844 deletions
10
src/components/user/UserPicture.jsx
Normal file
10
src/components/user/UserPicture.jsx
Normal file
|
@ -0,0 +1,10 @@
|
|||
import React from 'react';
|
||||
|
||||
export const UserPicture = ({ photo }) => (
|
||||
<div
|
||||
className="user-button-picture"
|
||||
style={{
|
||||
backgroundImage: `url(${photo})`
|
||||
}}
|
||||
/>
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue