update text form => from

This commit is contained in:
Admin 2025-05-14 13:34:46 +07:00
parent 8f1baee7d6
commit 3468a96c05
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ export default function Message({ data, onDelete }: IMessageProps) {
</Box>
</Box>
<Box className="flex items-center justify-start w-full"><span className="text-xs text-left">Form: {data.sender}</span></Box>
<Box className="flex items-center justify-start w-full"><span className="text-xs text-left">From: {data.sender}</span></Box>
</div>
</Paper>
);