diff --git a/src/discussions/posts/post/PostHeader.jsx b/src/discussions/posts/post/PostHeader.jsx index 7e6c8a123..55878d887 100644 --- a/src/discussions/posts/post/PostHeader.jsx +++ b/src/discussions/posts/post/PostHeader.jsx @@ -5,7 +5,7 @@ import classNames from 'classnames'; import { useIntl } from '@edx/frontend-platform/i18n'; import { Avatar, Badge, Icon } from '@edx/paragon'; -import { Issue, Question } from '@edx/paragon/icons'; +import { Question } from '@edx/paragon/icons'; import { AvatarOutlineAndLabelColors, ThreadType } from '../../../data/constants'; import { AuthorLabel } from '../../common'; @@ -41,9 +41,9 @@ export const PostAvatar = React.memo(({
{postType === ThreadType.QUESTION && ( )} @@ -52,6 +52,7 @@ export const PostAvatar = React.memo(({ [`outline-${outlineColor}`]: outlineColor, 'outline-anonymous': !outlineColor, 'mt-3 ml-2': postType === ThreadType.QUESTION && fromPostLink, + 'mt-2.5': postType === ThreadType.QUESTION && !fromPostLink, 'avarat-img-position mt-17px': postType === ThreadType.QUESTION, })} style={{