Update profile picture for home page
This commit is contained in:
parent
a8c845c100
commit
56c0ab1e50
@ -21,7 +21,7 @@ export default function HomeSection(props) {
|
|||||||
lastName={person.lastName}
|
lastName={person.lastName}
|
||||||
description={person.description}
|
description={person.description}
|
||||||
/>
|
/>
|
||||||
<Avatar size={"big"} />
|
<Avatar src={person.profilePicture} size={"big"} />
|
||||||
|
|
||||||
<div className={styles.infosHolder}>
|
<div className={styles.infosHolder}>
|
||||||
<Infos infos={person.infos} />
|
<Infos infos={person.infos} />
|
||||||
|
Loading…
Reference in New Issue
Block a user