0
0
Fork 0

Add illustration to getting started column

This commit is contained in:
Eugen Rochko 2016-12-27 23:30:11 +01:00
parent 9aaf223ae2
commit e2c2fefc36
3 changed files with 14 additions and 0 deletions

View file

@ -48,6 +48,8 @@ const GettingStarted = ({ intl, me }) => {
<p><FormattedMessage id='getting_started.about_shortcuts' defaultMessage='If the target user is on the same domain as you, just the username will work. The same rule applies to mentioning people in statuses.' /></p>
<p><FormattedMessage id='getting_started.about_developer' defaultMessage='The developer of this project can be followed as Gargron@mastodon.social' /></p>
</div>
<div className='getting-started__illustration' />
</Column>
);
};