ыввы
This commit is contained in:
@@ -32,7 +32,7 @@ export function ReviewsBlock() {
|
||||
return (
|
||||
<Paper variant="outlined" sx={{ p: { xs: 2, sm: 3 }, borderRadius: 2, bgcolor: 'background.paper' }}>
|
||||
<Stack spacing={0.75} sx={{ mb: 2 }}>
|
||||
<Typography variant="h5">Отзывы</Typography>
|
||||
<Typography variant="h5" component="h3">Отзывы</Typography>
|
||||
<Typography variant="body2" color="text.secondary">
|
||||
Последние отзывы о товарах
|
||||
</Typography>
|
||||
@@ -48,7 +48,7 @@ export function ReviewsBlock() {
|
||||
{q.isError && <Alert severity="error">Не удалось загрузить отзывы.</Alert>}
|
||||
{!q.isLoading && !q.isError && q.data && items.length === 0 && (
|
||||
<Box sx={{ py: 4 }}>
|
||||
<Typography variant="h6" color="text.secondary" sx={{ mb: 2 }}>
|
||||
<Typography variant="h6" component="p" color="text.secondary" sx={{ mb: 2 }}>
|
||||
Отзывов пока нет
|
||||
</Typography>
|
||||
<Typography variant="body2" color="text.secondary" sx={{ maxWidth: 400 }}>
|
||||
|
||||
Reference in New Issue
Block a user