diff --git a/src/pages/Howto/Content/Howto/HowtoDescription/HowtoDescription.tsx b/src/pages/Howto/Content/Howto/HowtoDescription/HowtoDescription.tsx index 5d51a95422..2993349458 100644 --- a/src/pages/Howto/Content/Howto/HowtoDescription/HowtoDescription.tsx +++ b/src/pages/Howto/Content/Howto/HowtoDescription/HowtoDescription.tsx @@ -173,21 +173,27 @@ export default class HowtoDescription extends PureComponent { data-cy={'accept'} variant={'primary'} icon="check" - mr={1} onClick={() => this.props.moderateHowto(true)} - /> + showIconOnly={true} + > + Accept + )} {/* Check if logged in user is the creator of the how-to OR a super-admin */} {loggedInUser && isAllowToEditContent(howto, loggedInUser) && ( -