Skip to content

Commit

Permalink
lorem
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardozgz committed Oct 22, 2024
1 parent d1c9018 commit 0d175a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/website/src/app/donors/Donors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ export function Donors() {
{
amount: Math.floor(Math.random() * 15),
currency: "USD",
note: "Thank you!",
note: "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
anonymous: false,
date: new Date(),
},
{
amount: Math.floor(Math.random() * 15),
currency: "USD",
note: "Thank you!",
currency: "EUR",
note: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.",
anonymous: false,
date: new Date(),
},
Expand Down

0 comments on commit 0d175a3

Please sign in to comment.