+
{postData.title}
-
+
By {postData.author} on {postData.date ? new Date(postData.date).toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' }) : 'N/A'}
+
) : (
-
+
),
pre: ({node, ...props}) => (
-
+
)
}}
>
diff --git a/src/components/FinalStepForm.jsx b/src/components/FinalStepForm.jsx
index 65c4398..aad0745 100644
--- a/src/components/FinalStepForm.jsx
+++ b/src/components/FinalStepForm.jsx
@@ -10,9 +10,9 @@ import { CheckCircle, AlertCircle, ArrowRight, BookOpen } from 'lucide-react'
function FinalStepForm({ formData, handleInputChange, handleSubmit, isSubmitting, submitStatus, formError }) {
return (
-