Visual edit in Lovable

Edited UI in Lovable
This commit is contained in:
gpt-engineer-app[bot]
2025-03-17 12:36:19 +00:00
parent 38fb16d845
commit b8f1762f2c

View File

@@ -9,7 +9,7 @@ const TransactionDetails: React.FC<TransactionDetailsProps> = ({
}) => {
return <div>
<h3 className="text-sm font-medium text-left">{title || '제목 없음'}</h3>
<p className="text-xs text-gray-500">{date || '날짜 정보 없음'}</p>
<p className="text-xs text-gray-500 text-left">{date || '날짜 정보 없음'}</p>
</div>;
};
export default TransactionDetails;