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

@ -53,7 +53,7 @@ const MemberActivity = ({ startdate, enddate }: Props) => {
const arcY = 50 - radius * Math.sin(arcAngle);
return (
<div className="p-6 bg-white rounded-lg shadow-md w-full max-w-xl">
<div className="p-6 bg-white rounded-lg shadow-md w-1/3">
<div className="flex justify-between items-center pb-3 mb-4">
<h2 className="text-lg font-semibold text-gray-700">Member Activity</h2>
</div>