mirror of
				https://github.com/mastodon/mastodon.git
				synced 2025-10-30 20:51:33 +00:00 
			
		
		
		
	Fix wrong logo on start screen in web UI (#19254)
This commit is contained in:
		
							parent
							
								
									36f4c32a38
								
							
						
					
					
						commit
						c8245e64c5
					
				|  | @ -10,7 +10,6 @@ import { requestBrowserPermission } from 'mastodon/actions/notifications'; | ||||||
| import { markAsPartial } from 'mastodon/actions/timelines'; | import { markAsPartial } from 'mastodon/actions/timelines'; | ||||||
| import Column from 'mastodon/features/ui/components/column'; | import Column from 'mastodon/features/ui/components/column'; | ||||||
| import Account from './components/account'; | import Account from './components/account'; | ||||||
| import Logo from 'mastodon/components/logo'; |  | ||||||
| import imageGreeting from 'mastodon/../images/elephant_ui_greeting.svg'; | import imageGreeting from 'mastodon/../images/elephant_ui_greeting.svg'; | ||||||
| import Button from 'mastodon/components/button'; | import Button from 'mastodon/components/button'; | ||||||
| 
 | 
 | ||||||
|  | @ -78,7 +77,10 @@ class FollowRecommendations extends ImmutablePureComponent { | ||||||
|       <Column> |       <Column> | ||||||
|         <div className='scrollable follow-recommendations-container'> |         <div className='scrollable follow-recommendations-container'> | ||||||
|           <div className='column-title'> |           <div className='column-title'> | ||||||
|             <Logo /> |             <svg viewBox='0 0 79 79' className='logo'> | ||||||
|  |               <use xlinkHref='#logo-symbol-icon' /> | ||||||
|  |             </svg> | ||||||
|  | 
 | ||||||
|             <h3><FormattedMessage id='follow_recommendations.heading' defaultMessage="Follow people you'd like to see posts from! Here are some suggestions." /></h3> |             <h3><FormattedMessage id='follow_recommendations.heading' defaultMessage="Follow people you'd like to see posts from! Here are some suggestions." /></h3> | ||||||
|             <p><FormattedMessage id='follow_recommendations.lead' defaultMessage="Posts from people you follow will show up in chronological order on your home feed. Don't be afraid to make mistakes, you can unfollow people just as easily any time!" /></p> |             <p><FormattedMessage id='follow_recommendations.lead' defaultMessage="Posts from people you follow will show up in chronological order on your home feed. Don't be afraid to make mistakes, you can unfollow people just as easily any time!" /></p> | ||||||
|           </div> |           </div> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Eugen Rochko
						Eugen Rochko