File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 
ui/pages/onboarding-flow/metametrics Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ exports[`Onboarding Metametrics Component renders match snapshot 1`] = `
1616    > 
1717      <img  
1818        alt = " User control"  
19-         height = " 200 "  
19+         height = " 175 "  
2020        src = " images/user-control.png"  
2121        width = " 200"  
2222      /> 
@@ -129,7 +129,7 @@ exports[`Onboarding Metametrics Component renders match snapshot after new polic
129129    > 
130130      <img  
131131        alt = " User control"  
132-         height = " 200 "  
132+         height = " 175 "  
133133        src = " images/user-control.png"  
134134        width = " 200"  
135135      /> 
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ export default function OnboardingMetametrics() {
174174        < img 
175175          src = "images/user-control.png" 
176176          alt = "User control" 
177-           height = { 200 } 
177+           height = { 175 } 
178178          width = { 200 } 
179179        /> 
180180      </ Box > 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments