From 5ef3523d893d4d27dba2018c4b0fa60fce73956a Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Mon, 10 Jul 2023 02:43:28 +0000 Subject: [PATCH] fix: increase table col span to center text --- apps/web/src/app/(dashboard)/dashboard/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/(dashboard)/dashboard/page.tsx b/apps/web/src/app/(dashboard)/dashboard/page.tsx index 487c59bbb..fde87e421 100644 --- a/apps/web/src/app/(dashboard)/dashboard/page.tsx +++ b/apps/web/src/app/(dashboard)/dashboard/page.tsx @@ -91,7 +91,7 @@ export default async function DashboardPage() { ))} {results.data.length === 0 && ( - + No results.