This commit is contained in:
saqut 2024-01-28 21:30:13 +03:00
parent 58920a111a
commit 6623f4c0a2
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -121,7 +121,7 @@ function PostTemplete({id, date, context})
</Typography> </Typography>
</Box> </Box>
<Box py={1}> <Box py={1}>
<Typography> <Typography component="pre">
{context} {context}
</Typography> </Typography>
</Box> </Box>