fix: wrong class-name

This commit is contained in:
sy
2023-04-01 02:22:15 +08:00
parent 929e0c8c36
commit a0eba11696

View File

@@ -63,7 +63,7 @@ const WebmentionCount = ({ target }) => {
}
const Avatar = ({ author }) => (
<a className='avattar-wrapper' href={author.url} key={author.name}>
<a className='avatar-wrapper' href={author.url} key={author.name}>
<Image
className="avatar"
src={author.photo}