diff --git a/check-csp.ts b/check-csp.ts deleted file mode 100644 index e9b189c..0000000 --- a/check-csp.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { createServer } from 'http'; -import { next } from 'next'; - -// This is a placeholder. To truly test middleware in a script is hard without running the full Next.js server. -// Instead, I will rely on manual verification or running the dev server and checking headers. diff --git a/components/EmptyState.tsx b/components/EmptyState.tsx index 79b8f9d..faccded 100644 --- a/components/EmptyState.tsx +++ b/components/EmptyState.tsx @@ -23,15 +23,18 @@ export function EmptyState({ }: EmptyStateProps) { return (
-
+
{icon}

{title}

-

+

{description}

+

+ Ready when you are! +

{actionLabel && ( actionHref ? (
  • 1. - Click the **lock icon** 🔒 next to the URL and reset the Microphone permission to "Allow". + Click the **lock icon** 🔒 next to the URL and reset the Microphone permission to "Allow".
  • 2. - Check **Windows Settings > Privacy > Microphone** and ensure "Allow apps to access your microphone" is ON. + Check **Windows Settings > Privacy > Microphone** and ensure "Allow apps to access your microphone" is ON.
  • 3.