1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix(posts): spelling mistakes

This commit is contained in:
Divlo
2022-02-23 11:51:00 +01:00
parent 48d35776a9
commit 5fbae8601f
4 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ export const Head: React.FC<HeadProps> = (props) => {
<meta name='twitter:card' content='summary' />
<meta name='twitter:description' content={description} />
<meta name='twitter:title' content={title} />
<meta name='twitter:image:src' content={image} />
<meta name='twitter:image' content={image} />
{/* Google Verification */}
<meta

View File

@ -12,7 +12,7 @@ export const InterestItem: React.FC<InterestItemProps> = (props) => {
return (
<li className='interest-item my-2 mx-2 h-8 w-8' title={title}>
<FontAwesomeIcon
className='block h-full w-full cursor-pointer text-yellow dark:text-yellow-dark'
className='block h-full w-full text-yellow dark:text-yellow-dark'
icon={fontAwesomeIcon}
/>
</li>