Skip to content

Commit

Permalink
Update DashboardContainer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Oct 6, 2024
1 parent 6cf279c commit 06e8a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/scripts/components/dashboard/DashboardContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default () => {
{showOnlyAdmin ? 'Showing other servers' : 'Showing your servers'}
</h1>
<h3 className={'text-2xl mt-2 text-neutral-500'}>
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.

Check failure on line 62 in resources/scripts/components/dashboard/DashboardContainer.tsx

View workflow job for this annotation

GitHub Actions / TypeScript

Insert `⏎·······························`
</h3>
</div>
<Switch
Expand Down Expand Up @@ -97,7 +97,7 @@ export default () => {
</div>
) : (
<p className={'text-gray-400 text-lg font-semibold text-center'}>
Doesn&apos;t look like you have any servers here.
Doesn&apos;t look like you have any servers here. Create one in storefront from the sidebar if it&apos;s open.

Check failure on line 100 in resources/scripts/components/dashboard/DashboardContainer.tsx

View workflow job for this annotation

GitHub Actions / TypeScript

Insert `⏎·······························`
</p>
)
}
Expand Down

0 comments on commit 06e8a41

Please sign in to comment.