Change icons in web UI (#27385)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								b1885387b6
							
						
					
				
			
			
				commit
				
					
						134de736dc
					
				
			
		
					 123 changed files with 927 additions and 725 deletions
				
			
		|  | @ -8,6 +8,7 @@ import ImmutablePropTypes from 'react-immutable-proptypes'; | |||
| import ImmutablePureComponent from 'react-immutable-pure-component'; | ||||
| import { connect } from 'react-redux'; | ||||
| 
 | ||||
| import { ReactComponent as BookmarksIcon } from '@material-symbols/svg-600/outlined/bookmarks-fill.svg'; | ||||
| import { debounce } from 'lodash'; | ||||
| 
 | ||||
| import { fetchBookmarkedStatuses, expandBookmarkedStatuses } from 'mastodon/actions/bookmarks'; | ||||
|  | @ -79,7 +80,8 @@ class Bookmarks extends ImmutablePureComponent { | |||
|     return ( | ||||
|       <Column bindToDocument={!multiColumn} ref={this.setRef} label={intl.formatMessage(messages.heading)}> | ||||
|         <ColumnHeader | ||||
|           icon='bookmark' | ||||
|           icon='bookmarks' | ||||
|           iconComponent={BookmarksIcon} | ||||
|           title={intl.formatMessage(messages.heading)} | ||||
|           onPin={this.handlePin} | ||||
|           onMove={this.handleMove} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue