Visual edit in Lovable
Edited UI in Lovable
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user