diff --git a/apps/web/next-env.d.ts b/apps/web/next-env.d.ts
index 4f11a03d..40c3d680 100644
--- a/apps/web/next-env.d.ts
+++ b/apps/web/next-env.d.ts
@@ -2,4 +2,4 @@
///
// NOTE: This file should not be edited
-// see https://nextjs.org/docs/basic-features/typescript for more information.
+// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
diff --git a/package.json b/package.json
index 29991274..821ed450 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"scripts": {
"build": "turbo build",
"build-packages": "turbo build --filter=@manifest-editor/* --filter=manifest-editor",
- "dev": "turbo dev",
+ "dev": "turbo dev --filter=web... --concurrency 15",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"mismatch": "syncpack list-mismatches",
diff --git a/packages/components/src/ManifestOverviewEmptyState.tsx b/packages/components/src/ManifestOverviewEmptyState.tsx
index 49a0af30..c0826e24 100644
--- a/packages/components/src/ManifestOverviewEmptyState.tsx
+++ b/packages/components/src/ManifestOverviewEmptyState.tsx
@@ -9,10 +9,10 @@ export function ManifestOverviewEmptyState({ onCreate, canCreate }: { onCreate:
onClick={canCreate ? onCreate : undefined}
className="border-2 border-dotted bg-black/5 aspect-[3/4] rounded w-32 border-black"
/>
-
Good to go!
-
- Add a title and top level information for this manifest using the editing panel, and then add some canvases and
- content.
+
Let's get started!
+
+ Add a title and top level information for this manifest using the editing panel on the right, and then add some
+ canvases and content.
{canCreate ? (