diff --git a/app/(protected)/project/[project_id]/playground/page.tsx b/app/(protected)/project/[project_id]/playground/page.tsx
index 56731b7d..d370b0bb 100644
--- a/app/(protected)/project/[project_id]/playground/page.tsx
+++ b/app/(protected)/project/[project_id]/playground/page.tsx
@@ -75,7 +75,7 @@ export default function Page() {
return (
- Note: Don't forget to add your LLM provider API keys in the{" "}
+ Note: Dont forget to add your LLM provider API keys in the{" "}
settings page.
diff --git a/app/(protected)/project/[project_id]/prompts/[prompt_id]/page.tsx b/app/(protected)/project/[project_id]/prompts/[prompt_id]/page.tsx
index dd58727b..f9511c31 100644
--- a/app/(protected)/project/[project_id]/prompts/[prompt_id]/page.tsx
+++ b/app/(protected)/project/[project_id]/prompts/[prompt_id]/page.tsx
@@ -14,7 +14,7 @@ import { useState } from "react";
import { useQuery, useQueryClient } from "react-query";
import { toast } from "sonner";
-export default function Prompt() {
+export default function Page() {
const promptsetId = useParams()?.prompt_id as string;
const router = useRouter();
const [prompts, setPrompts] = useState([]);