diff --git a/apps/web/src/app/(profile)/[username]/collections/[slug]/page.tsx b/apps/web/src/app/(profile)/[username]/collections/[slug]/page.tsx index 2e10129..dbaea37 100644 --- a/apps/web/src/app/(profile)/[username]/collections/[slug]/page.tsx +++ b/apps/web/src/app/(profile)/[username]/collections/[slug]/page.tsx @@ -11,6 +11,7 @@ import { AppHeader } from '~/components/AppHeader'; import { ForkButton } from '~/components/ForkButton'; import { ForkedFromBadge } from '~/components/ForkedFromBadge'; import { LikeButton } from '~/components/LikeButton'; +import { ScenariosSection } from '~/components/ScenariosSection'; import { UseCasesSection } from '~/components/UseCasesSection'; import { useSession } from '~/lib/auth-client'; @@ -196,8 +197,9 @@ const response = await fetch("${httpUrl}", {
env{' '}
- parameter in your API calls.
+ credentials via the{' '}
+ env parameter in your
+ API calls.
No test scenarios yet
+ {isOwner && ( + + )} ++ {scenario.prompt} +
+