Skip to content

Commit 33d6b15

Browse files
author
bhavabhuthi
committed
fix: better organization static data
1 parent 664bbb2 commit 33d6b15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • app/[locale]/dashboard/organization

app/[locale]/dashboard/organization/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ const Page = () => {
1616

1717
const organizationsList = [
1818
{
19-
title: 'Organization 1 ',
20-
slug: 'asjdfhasf',
19+
title: 'Open Budgets India',
20+
slug: '5487f640-ba1c-431d-a6db-203b4c49b42a',
2121
},
2222
{
23-
title: 'Organization 2',
24-
slug: 'asjdfhasf',
23+
title: 'Open Contracting India',
24+
slug: '86f34967-f614-43c1-b7cb-443e4d815424',
2525
},
2626
];
2727

0 commit comments

Comments
 (0)