diff --git a/src/pages/dashboard/project-list/index.page.tsx b/src/pages/dashboard/project-list/index.page.tsx
index 4f598b484..536420cde 100644
--- a/src/pages/dashboard/project-list/index.page.tsx
+++ b/src/pages/dashboard/project-list/index.page.tsx
@@ -47,7 +47,19 @@ const ProjectList = () => {
},
{
header: "Programme",
- accessorKey: "programme"
+ accessorKey: "programme",
+ cell: (props: any) => {
+ const value = props.getValue();
+ return value === "TerraFund Top 100" ? (
+
+ TerraFund
+
+ Top 100
+
+ ) : (
+ {value}
+ );
+ }
},
{
header: "Country",