Move follow requests link above logout link in getting started column
This commit is contained in:
		
							parent
							
								
									3778355454
								
							
						
					
					
						commit
						0439c7d58b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -29,8 +29,8 @@ const GettingStarted = ({ intl, me }) => { | |||
|       <div style={{ position: 'relative' }}> | ||||
|         <ColumnLink icon='globe' text={intl.formatMessage(messages.public_timeline)} to='/timelines/public' /> | ||||
|         <ColumnLink icon='cog' text={intl.formatMessage(messages.preferences)} href='/settings/preferences' /> | ||||
|         <ColumnLink icon='sign-out' text={intl.formatMessage(messages.sign_out)} href='/auth/sign_out' method='delete' /> | ||||
|         {followRequests} | ||||
|         <ColumnLink icon='sign-out' text={intl.formatMessage(messages.sign_out)} href='/auth/sign_out' method='delete' /> | ||||
|       </div> | ||||
| 
 | ||||
|       <div className='scrollable optionally-scrollable'> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue