File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,19 +102,19 @@ func GetChange(signals chan os.Signal, ready chan bool) int {
102102		changeUrl  :=  fmt .Sprintf ("%v/changes/%v" , viper .GetString ("frontend" ), changeUuid .String ())
103103		if  response .Msg .Change .Metadata .NumAffectedApps  !=  0  ||  response .Msg .Change .Metadata .NumAffectedItems  !=  0  {
104104			// we have affected stuff 
105- 			fmt .Printf (`## Blast Radius    ·    [View in Overmind](%v) <img align="center"  width="16" src="https://raw.githubusercontent.com/overmindtech/ovm-cli/main/assets/chainLink.png" alt="chain link icon" /> 
105+ 			fmt .Printf (`## Blast Radius    ·    [View in Overmind](%v) <img width="16" src="https://raw.githubusercontent.com/overmindtech/ovm-cli/main/assets/chainLink.png" alt="chain link icon" /> 
106106
107107> **Warning** 
108108> Overmind identified potentially affected apps and items as a result of this pull request. 
109109
110110<br> 
111111
112- | <img align="center"  width="16" src="https://raw.githubusercontent.com/overmindtech/ovm-cli/main/assets/blastRadiusItems.png" alt="icon for blast radius items" />   Affected items | 
113- | ------------- | 
112+ | <img width="16" src="https://raw.githubusercontent.com/overmindtech/ovm-cli/main/assets/blastRadiusItems.png" alt="icon for blast radius items" /> Affected items | 
113+ | --------------  | 
114114| [%v items](%v) | 
115115` , changeUrl , response .Msg .Change .Metadata .NumAffectedItems , changeUrl )
116116		} else  {
117- 			fmt .Printf (`## Blast Radius    ·    [View in Overmind](%v) <img align="center"  width="16" src="https://raw.githubusercontent.com/overmindtech/ovm-cli/main/assets/chainLink.png" alt="chain link icon" /> 
117+ 			fmt .Printf (`## Blast Radius    ·    [View in Overmind](%v) <img width="16" src="https://raw.githubusercontent.com/overmindtech/ovm-cli/main/assets/chainLink.png" alt="chain link icon" /> 
118118
119119> **✅ Checks complete** 
120120> Overmind didn't identify any potentially affected apps and items as a result of this pull request. 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments