From a970b3cf9a609f14c711443b2c56edf2a63c37aa Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 18 Jun 2025 12:01:44 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/app-consumers-list.tsx | 2 +- apps/web/src/components/app-projects-list.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/app-consumers-list.tsx b/apps/web/src/components/app-consumers-list.tsx index cfb10754..2d3f056f 100644 --- a/apps/web/src/components/app-consumers-list.tsx +++ b/apps/web/src/components/app-consumers-list.tsx @@ -65,7 +65,7 @@ export function AppConsumersList() { ) : !consumers.length ? (

No subscriptions found. Subscribe to your first project to get - started! + started.

) : (
diff --git a/apps/web/src/components/app-projects-list.tsx b/apps/web/src/components/app-projects-list.tsx index ca9d0eda..2aae601c 100644 --- a/apps/web/src/components/app-projects-list.tsx +++ b/apps/web/src/components/app-projects-list.tsx @@ -61,7 +61,7 @@ export function AppProjectsList() { {isError ? (

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) => (