This commit is contained in:
github-actions[bot] 2022-10-12 16:33:46 +00:00 committed by GitHub
commit 90d0ff2565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ export function PostCard(props: {
<div className=" break-words text-lg font-semibold text-indigo-700 group-hover:underline group-hover:decoration-indigo-400 group-hover:decoration-2">
{post.title}
</div>
<div className="font-small text-md break-words text-indigo-400">
<div className="font-small text-md break-words text-gray-500">
{post.subtitle}
</div>
</div>