mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	feat: change standard strategy icon (#617)
This commit is contained in:
		
							parent
							
								
									cacf13c297
								
							
						
					
					
						commit
						2937bcc5c1
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
import LocationOnIcon from '@material-ui/icons/LocationOn';
 | 
					import LocationOnIcon from '@material-ui/icons/LocationOn';
 | 
				
			||||||
import PeopleIcon from '@material-ui/icons/People';
 | 
					import PeopleIcon from '@material-ui/icons/People';
 | 
				
			||||||
import LanguageIcon from '@material-ui/icons/Language';
 | 
					import LanguageIcon from '@material-ui/icons/Language';
 | 
				
			||||||
import MapIcon from '@material-ui/icons/Map';
 | 
					import PowerSettingsNewIcon from '@material-ui/icons/PowerSettingsNew';
 | 
				
			||||||
import RolloutIcon from '../component/common/RolloutIcon/RolloutIcon';
 | 
					import RolloutIcon from '../component/common/RolloutIcon/RolloutIcon';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const nameMapping = {
 | 
					const nameMapping = {
 | 
				
			||||||
@ -67,6 +67,6 @@ export const getFeatureStrategyIcon = strategyName => {
 | 
				
			|||||||
        case 'applicationHostname':
 | 
					        case 'applicationHostname':
 | 
				
			||||||
            return LocationOnIcon;
 | 
					            return LocationOnIcon;
 | 
				
			||||||
        default:
 | 
					        default:
 | 
				
			||||||
            return MapIcon;
 | 
					            return PowerSettingsNewIcon;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user