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 (
+
{description}
++ Ready when you are! +
{actionLabel && ( actionHref ? (