Fix navigation panel icons missing classes (#29569)
This commit is contained in:
		
					parent
					
						
							
								171948b910
							
						
					
				
			
			
				commit
				
					
						acf3f410ae
					
				
			
		
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -64,8 +64,8 @@ const NotificationsLink = () => { | |||
|     <ColumnLink | ||||
|       transparent | ||||
|       to='/notifications' | ||||
|       icon={<IconWithBadge icon={NotificationsIcon} count={count} className='column-link__icon' />} | ||||
|       activeIcon={<IconWithBadge icon={NotificationsActiveIcon} count={count} className='column-link__icon' />} | ||||
|       icon={<IconWithBadge id='bell' icon={NotificationsIcon} count={count} className='column-link__icon' />} | ||||
|       activeIcon={<IconWithBadge id='bell' icon={NotificationsActiveIcon} count={count} className='column-link__icon' />} | ||||
|       text={intl.formatMessage(messages.notifications)} | ||||
|     /> | ||||
|   ); | ||||
|  | @ -88,8 +88,8 @@ const FollowRequestsLink = () => { | |||
|     <ColumnLink | ||||
|       transparent | ||||
|       to='/follow_requests' | ||||
|       icon={<IconWithBadge icon={PersonAddIcon} count={count} className='column-link__icon' />} | ||||
|       activeIcon={<IconWithBadge icon={PersonAddActiveIcon} count={count} className='column-link__icon' />} | ||||
|       icon={<IconWithBadge id='user-plus' icon={PersonAddIcon} count={count} className='column-link__icon' />} | ||||
|       activeIcon={<IconWithBadge id='user-plus' icon={PersonAddActiveIcon} count={count} className='column-link__icon' />} | ||||
|       text={intl.formatMessage(messages.followRequests)} | ||||
|     /> | ||||
|   ); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue