Skip to content

Commit

Permalink
changed title in recent transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-Gordon committed Mar 12, 2024
1 parent ef8394d commit 834a501
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/app/components/RecentPayee.tsx/RecentPayee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ export default function RecentPayee(): JSX.Element {

return (
<>
<Card>
<CardHeader>
<div className=''>Recent Transfers</div>
</CardHeader>
<CardContent>


<div className='text-sm font-medium leading-none'>
Recent Transfers
</div>
{payees.map((payee) => (

<div key={payee}>
Expand All @@ -75,8 +75,7 @@ export default function RecentPayee(): JSX.Element {
</motion.div>
</div>
))}
</CardContent>
</Card>


</>
);
Expand Down

0 comments on commit 834a501

Please sign in to comment.