diff --git a/src/components/tables/SubmissionsTable.tsx b/src/components/tables/SubmissionsTable.tsx index a7ca256..40ea241 100644 --- a/src/components/tables/SubmissionsTable.tsx +++ b/src/components/tables/SubmissionsTable.tsx @@ -247,14 +247,14 @@ export default function SubmissionsTable({
onViewDetails(item.id)} - className="flex flex-col cursor-pointer hover:underline min-w-0" + + className="flex flex-col min-w-0" > -

+

onViewDetails(item.id)} className="cursor-pointer hover:underline text-[14px] font-semibold text-blue-600 dark:text-[#58a6ff] truncate"> {item.project_title}

- {item.id.split("-")[0]} + {item.id}