Skip to content

Commit

Permalink
remove unwanted part
Browse files Browse the repository at this point in the history
  • Loading branch information
Minetbayeka committed Aug 12, 2024
1 parent a37fbeb commit 955dc60
Showing 1 changed file with 108 additions and 0 deletions.
108 changes: 108 additions & 0 deletions src/pages/causes/data/data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
import image from "../../../assets/images/Rectangle 5.png";

export const donations = [
{
id: 1,
title: "Children Education Needs For Change The World.",
description:
"Lorem Ipsum is simply dummy text of the industry's since the unknown",
image,
author: "Adam",
items: [
{ name: "Goal", amount: "$40000" },
{ name: "Rice", amount: "$30000" },
{ name: "To Go", amount: "$40000" },
],
},
{
id: 2,
title: "Children Education Needs For Change The World.",
description:
"Lorem Ipsum is simply dummy text of the industry's since the unknown",
image: image,
author: "Adam",
items: [
{ name: "Goal", amount: "$40000" },
{ name: "Rice", amount: "$30000" },
{ name: "To Go", amount: "$40000" },
],
},
{
id: 3,
title: "Children Education Needs For Change The World.",
description:
"Lorem Ipsum is simply dummy text of the industry's since the unknown",
image: image,
author: "Adam",
items: [
{ name: "Goal", amount: "$40000" },
{ name: "Rice", amount: "$30000" },
{ name: "To Go", amount: "$40000" },
],
},
{
id: 4,
title: "Children Education Needs For Change The World.",
description:
"Lorem Ipsum is simply dummy text of the industry's since the unknown",
image: image,
author: "Adam",
items: [
{ name: "Goal", amount: "$40000" },
{ name: "Rice", amount: "$30000" },
{ name: "To Go", amount: "$40000" },
],
},
{
id: 5,
title: "Children Education Needs For Change The World.",
description:
"Lorem Ipsum is simply dummy text of the industry's since the unknown",
image: image,
author: "Adam",
items: [
{ name: "Goal", amount: "$40000" },
{ name: "Rice", amount: "$30000" },
{ name: "To Go", amount: "$40000" },
],
},
{
id: 6,
title: "Children Education Needs For Change The World.",
description:
"Lorem Ipsum is simply dummy text of the industry's since the unknown",
image: image,
author: "Adam",
items: [
{ name: "Goal", amount: "$40000" },
{ name: "Rice", amount: "$30000" },
{ name: "To Go", amount: "$40000" },
],
},
{
id: 7,
title: "Children Education Needs For Change The World.",
description:
"Lorem Ipsum is simply dummy text of the industry's since the unknown",
image: image,
author: "Adam",
items: [
{ name: "Goal", amount: "$40000" },
{ name: "Rice", amount: "$30000" },
{ name: "To Go", amount: "$40000" },
],
},
{
id: 8,
title: "Children Education Needs For Change The World.",
description:
"Lorem Ipsum is simply dummy text of the industry's since the unknown",
image: image,
author: "Adam",
items: [
{ name: "Goal", amount: "$40000" },
{ name: "Rice", amount: "$30000" },
{ name: "To Go", amount: "$40000" },
],
},
];

0 comments on commit 955dc60

Please sign in to comment.