|
|
@ -29,8 +29,8 @@ const GettingStarted = ({ intl, me }) => {
|
|
|
|
<div style={{ position: 'relative' }}>
|
|
|
|
<div style={{ position: 'relative' }}>
|
|
|
|
<ColumnLink icon='globe' text={intl.formatMessage(messages.public_timeline)} to='/timelines/public' />
|
|
|
|
<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='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}
|
|
|
|
{followRequests}
|
|
|
|
|
|
|
|
<ColumnLink icon='sign-out' text={intl.formatMessage(messages.sign_out)} href='/auth/sign_out' method='delete' />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div className='scrollable optionally-scrollable'>
|
|
|
|
<div className='scrollable optionally-scrollable'>
|
|
|
|