Make the button that expands the publish form differentiable from the button that publishes a post (#20864)
This commit is contained in:
		@@ -35,7 +35,7 @@ class Header extends React.PureComponent {
 | 
			
		||||
    if (signedIn) {
 | 
			
		||||
      content = (
 | 
			
		||||
        <>
 | 
			
		||||
          {location.pathname !== '/publish' && <Link to='/publish' className='button'><FormattedMessage id='compose_form.publish' defaultMessage='Publish' /></Link>}
 | 
			
		||||
          {location.pathname !== '/publish' && <Link to='/publish' className='button'><FormattedMessage id='compose_form.publish_form' defaultMessage='Publish' /></Link>}
 | 
			
		||||
          <Account />
 | 
			
		||||
        </>
 | 
			
		||||
      );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user