Skip to content

Commit

Permalink
Update MyRequestFrame.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ElyasMehraein committed Apr 30, 2024
1 parent 79faac3 commit f199f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/templates/index/Requests/MyRequestFrame.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const MyRequestFrame = ({ request }) => {
</Avatar>
</ListItemAvatar>
<ListItemText align='right' primary={acceptor.businessName} secondary={acceptor.businessBrand} />
<Typography sx={{ color: 'text.secondary' }}>{acceptor.bio}</Typography>
<Typography sx={{pr:5, color: 'text.secondary' }}>{acceptor.bio}</Typography>
</ListItemButton>
</Box>
))}
Expand Down

0 comments on commit f199f83

Please sign in to comment.