11 lines
457 B
Plaintext
11 lines
457 B
Plaintext
|
|
<Grid container spacing={2} minHeight={160}>
|
||
|
|
<Grid display="flex" justifyContent="center" alignItems="center" size="grow">
|
||
|
|
<Avatar src="/static/images/avatar/1.jpg" />
|
||
|
|
</Grid>
|
||
|
|
<Grid display="flex" justifyContent="center" alignItems="center">
|
||
|
|
<Avatar src="/static/images/avatar/2.jpg" />
|
||
|
|
</Grid>
|
||
|
|
<Grid display="flex" justifyContent="center" alignItems="center" size="grow">
|
||
|
|
<Avatar src="/static/images/avatar/3.jpg" />
|
||
|
|
</Grid>
|
||
|
|
</Grid>
|