mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-01 07:26:47 +00:00
fukasawa 换行
This commit is contained in:
@@ -22,7 +22,7 @@ const BlogCard = ({ post, showSummary, siteInfo }) => {
|
|||||||
<Link
|
<Link
|
||||||
href={`${BLOG.SUB_PATH}/${post.slug}`}
|
href={`${BLOG.SUB_PATH}/${post.slug}`}
|
||||||
passHref
|
passHref
|
||||||
className={`cursor-pointer font-bold hover:underline text-xl ${showPreview ? 'justify-center' : 'justify-start'
|
className={`break-words cursor-pointer font-bold hover:underline text-xl ${showPreview ? 'justify-center' : 'justify-start'
|
||||||
} leading-tight text-gray-700 dark:text-gray-100 hover:text-blue-500 dark:hover:text-blue-400`}>
|
} leading-tight text-gray-700 dark:text-gray-100 hover:text-blue-500 dark:hover:text-blue-400`}>
|
||||||
|
|
||||||
{post.title}
|
{post.title}
|
||||||
|
|||||||
Reference in New Issue
Block a user