update dashboard view

This commit is contained in:
wayanrivan
2025-05-06 11:12:01 +07:00
parent 202b0806c6
commit 464d97d39e
5 changed files with 7 additions and 7 deletions

View File

@ -80,7 +80,7 @@ const TransactionValue = ({ startdate, enddate }: Props) => {
const maxValue = transactionData.length > 0 ? Math.max(...transactionData.map(item => item.value)) : 1;
return (
<div className="bg-white rounded-xl shadow p-6 w-full max-w-md">
<div className="bg-white rounded-xl shadow p-6 w-1/3">
<div className="flex justify-between items-center mb-4">
<h2 className="text-lg font-semibold text-gray-800">Transaction Value</h2>
</div>