import React from 'react'; import cn from 'classnames'; const AuthorAvatar = ({ className, imgUrl, width = 32, height = 32 }) => { return (