logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: be6ae3546f1673e497e5d9e74e5a7dfad9f1ff72
parent: 5c7add21761fc6b7d3c0af0819865242ce381960
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Sat,  7 Jan 2017 15:46:39 +0100

Replace getting started icon on desktop nav bar with asterisk instead of hamburger

Diffstat:

Mapp/assets/javascripts/components/features/compose/components/drawer.jsx2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/javascripts/components/features/compose/components/drawer.jsx b/app/assets/javascripts/components/features/compose/components/drawer.jsx @@ -47,7 +47,7 @@ const Drawer = ({ children, withHeader, intl }) => { if (withHeader) { header = ( <div className='drawer__header'> - <Link title={intl.formatMessage(messages.start)} style={tabStyle} to='/getting-started'><i className='fa fa-fw fa-bars' /></Link> + <Link title={intl.formatMessage(messages.start)} style={tabStyle} to='/getting-started'><i className='fa fa-fw fa-asterisk' /></Link> <Link title={intl.formatMessage(messages.public)} style={tabStyle} to='/timelines/public'><i className='fa fa-fw fa-globe' /></Link> <a title={intl.formatMessage(messages.preferences)} style={tabStyle} href='/settings/preferences'><i className='fa fa-fw fa-cog' /></a> <a title={intl.formatMessage(messages.logout)} style={tabStyle} href='/auth/sign_out' data-method='delete'><i className='fa fa-fw fa-sign-out' /></a>