base commit
This commit is contained in:
@@ -109,6 +109,22 @@ export function ReviewsBlock() {
|
||||
{text}
|
||||
</Typography>
|
||||
</Stack>
|
||||
{r.imageUrl && (
|
||||
<Box
|
||||
component="img"
|
||||
src={r.imageUrl}
|
||||
alt="Фото к отзыву"
|
||||
sx={{
|
||||
mt: 1.5,
|
||||
width: 120,
|
||||
height: 120,
|
||||
objectFit: 'cover',
|
||||
borderRadius: 1.5,
|
||||
border: 1,
|
||||
borderColor: 'divider',
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
</Paper>
|
||||
)
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user