mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-16 07:26:47 +00:00
fix: wrong class-name
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user