You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	update call icons
This commit is contained in:
		@@ -173,7 +173,7 @@ export default createReactClass({
 | 
			
		||||
        if (this.props.hasActiveCall) {
 | 
			
		||||
            const TintableSvg = sdk.getComponent("elements.TintableSvg");
 | 
			
		||||
            return (
 | 
			
		||||
                <TintableSvg src={require("../../../res/img/sound-indicator.svg")} width="23" height="20" />
 | 
			
		||||
                <TintableSvg src={require("../../../res/img/element-icons/room/in-call.svg")} width="23" height="20" />
 | 
			
		||||
            );
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user