Skip to content

Commit bf0c688

Browse files
author
bhavabhuthi
committed
fix: change uuid to slug approach
1 parent 33d6b15 commit bf0c688

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • app/[locale]/dashboard/organization

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ const Page = () => {
1717
const organizationsList = [
1818
{
1919
title: 'Open Budgets India',
20-
slug: '5487f640-ba1c-431d-a6db-203b4c49b42a',
20+
slug: 'open-budgets-india',
2121
},
2222
{
2323
title: 'Open Contracting India',
24-
slug: '86f34967-f614-43c1-b7cb-443e4d815424',
24+
slug: 'open-contracting-india',
2525
},
2626
];
2727

0 commit comments

Comments
 (0)