diff --git a/lib/components/dashboard/Instructions/CreateInstruction.tsx b/lib/components/dashboard/Instructions/CreateInstruction.tsx index 6b4f323..32a55b8 100644 --- a/lib/components/dashboard/Instructions/CreateInstruction.tsx +++ b/lib/components/dashboard/Instructions/CreateInstruction.tsx @@ -2,7 +2,7 @@ import { PlusIcon } from 'lucide-react' import { useState } from 'react' -import { Dialog, DialogContent, DialogTrigger } from '~/components/ui/dialog' +import { Dialog, DialogContent, DialogTitle, DialogTrigger } from '~/components/ui/dialog' import CreateInstructionForm from './CreateInstructionForm' type Props = { @@ -19,6 +19,7 @@ export default function CreateInstruction({ projectId }: Props) { Add instruction + Create New Instruction