Update FeedbackTable.tsx (#16521)

This commit is contained in:
Syed Ali Shahbaz
2024-09-06 11:21:07 +00:00
committed by GitHub
parent e9076c8e3e
commit 21368bb130
@@ -44,7 +44,7 @@ export const FeedbackTable = ({
<strong className="text-default">{item.rating}</strong>
</Text>
</TableCell>
<TableCell className="text-right">
<TableCell className="text-left">
<Text>
<strong className="text-default">{item.feedback}</strong>
</Text>