@@ -290,9 +290,7 @@ export default function EditBlogPostPage() {
290290 < Card >
291291 < CardHeader >
292292 < CardTitle > Basic Information</ CardTitle >
293- < CardDescription >
294- Update the basic details for your blog post
295- </ CardDescription >
293+ < CardDescription > </ CardDescription >
296294 </ CardHeader >
297295 < CardContent className = "space-y-4" >
298296 < div className = "space-y-2" >
@@ -354,11 +352,8 @@ export default function EditBlogPostPage() {
354352 { /* Content */ }
355353 < Card >
356354 < CardHeader >
357- < CardTitle > Content</ CardTitle >
358- < CardDescription >
359- Update the main content of your blog post using the rich text
360- editor
361- </ CardDescription >
355+ < CardTitle > Body</ CardTitle >
356+ < CardDescription > </ CardDescription >
362357 </ CardHeader >
363358 < CardContent >
364359 < div className = "space-y-2" >
@@ -384,9 +379,7 @@ export default function EditBlogPostPage() {
384379 < Card >
385380 < CardHeader >
386381 < CardTitle > Tags</ CardTitle >
387- < CardDescription >
388- Update tags to help categorize your blog post
389- </ CardDescription >
382+ < CardDescription > </ CardDescription >
390383 </ CardHeader >
391384 < CardContent className = "space-y-4" >
392385 < div className = "flex space-x-2" >
@@ -435,9 +428,7 @@ export default function EditBlogPostPage() {
435428 < Card >
436429 < CardHeader >
437430 < CardTitle > Publishing Options</ CardTitle >
438- < CardDescription >
439- Configure how and when your blog post will be published
440- </ CardDescription >
431+ < CardDescription > </ CardDescription >
441432 </ CardHeader >
442433 < CardContent className = "space-y-4" >
443434 < div className = "space-y-2" >
0 commit comments