little fix

This commit is contained in:
tangly1024.com
2024-01-30 19:07:30 +08:00
parent e63e82cbba
commit 4996cfd002
4 changed files with 20 additions and 20 deletions

View File

@@ -10,10 +10,6 @@ import BlogPostCard from './BlogPostCard'
*/
const BlogPostItem = (props) => {
const { group } = props
console.log('####### group')
console.log(group)
if (group?.category) {
return <>
<div id={group?.category} className='category text-lg font-normal pt-9 pb-4 first:pt-4 select-none flex justify-between font-sans text-neutral-800 dark:text-neutral-400 p-2' key={group?.category}>