diff --git a/src/discussions/common/AuthorLabel.jsx b/src/discussions/common/AuthorLabel.jsx index cd70f1dd9..de673bf99 100644 --- a/src/discussions/common/AuthorLabel.jsx +++ b/src/discussions/common/AuthorLabel.jsx @@ -100,7 +100,7 @@ const AuthorLabel = ({ {postCreatedAt && ( - + {intl.formatMessage(isQuestion ? messages.answer : messages.endorsed)} diff --git a/src/index.scss b/src/index.scss index 9ebf78520..6e8dc12ef 100755 --- a/src/index.scss +++ b/src/index.scss @@ -70,10 +70,6 @@ font-style: normal !important; } -.font-family-inter { - font-family: "Inter"; -} - .post-footer-icon-dimentions { width: 32px !important; height: 32px !important;