diff --git a/apps/web/src/components/app-consumers-list.tsx b/apps/web/src/components/app-consumers-list.tsx index c2c533e2..8eecbd7d 100644 --- a/apps/web/src/components/app-consumers-list.tsx +++ b/apps/web/src/components/app-consumers-list.tsx @@ -65,8 +65,10 @@ export function AppConsumersList() {

Error fetching customer subscriptions

) : !consumers.length ? (

- No subscriptions found. Subscribe to your first project to get - started. + No subscriptions found.{' '} + + Subscribe to your first project to get started. +

) : (
Error fetching projects

) : !projects.length ? ( -

No projects found. Create your first project to get started.

+

+ No projects found.{' '} + + Create your first project to get started. + +

) : (
{projects.map((project) => (