From 06e8a4178dac257a7bde9140ed8d02801d0e042d Mon Sep 17 00:00:00 2001 From: kokodev Date: Sun, 6 Oct 2024 15:17:40 -0700 Subject: [PATCH] Update DashboardContainer.tsx --- resources/scripts/components/dashboard/DashboardContainer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/scripts/components/dashboard/DashboardContainer.tsx b/resources/scripts/components/dashboard/DashboardContainer.tsx index a0529735e..43edab2b9 100644 --- a/resources/scripts/components/dashboard/DashboardContainer.tsx +++ b/resources/scripts/components/dashboard/DashboardContainer.tsx @@ -59,7 +59,7 @@ export default () => { {showOnlyAdmin ? 'Showing other servers' : 'Showing your servers'}

- Select a server to view, update or modify. + Select a server to view, update or modify. Go to storefront in the sidebar to create a new server.

{ ) : (

- Doesn't look like you have any servers here. + Doesn't look like you have any servers here. Create one in storefront from the sidebar if it's open.

) }