Skip to content

Commit 638010d

Browse files
committed
Fix icon rendering; cleanup markdown
1 parent 6522abc commit 638010d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/getchange.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 &nbsp; · &nbsp; [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 &nbsp; · &nbsp; [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" /> &nbsp;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" />&nbsp;Affected items |
113+
| -------------- |
114114
| [%v items](%v) |
115115
`, changeUrl, response.Msg.Change.Metadata.NumAffectedItems, changeUrl)
116116
} else {
117-
fmt.Printf(`## Blast Radius &nbsp; · &nbsp; [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 &nbsp; · &nbsp; [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.

0 commit comments

Comments
 (0)