Skip to content

Commit

Permalink
fix: images (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon authored Jan 24, 2024
1 parent 3e43e75 commit faf827d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/message_templates/basic_fail_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"accessory": {
"type": "image",
"image_url": "https://assets.brandfolder.com/otz5mn-bw4j2w-6jzqo8/original/circle-logo-badge-black.png",
"image_url": "https://production-cci-com.imgix.net/blog/media/circle-logo-badge-black.png",
"alt_text": "CircleCI logo"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/message_templates/basic_on_hold_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"accessory": {
"type": "image",
"image_url": "https://assets.brandfolder.com/otz5mn-bw4j2w-6jzqo8/original/circle-logo-badge-black.png",
"image_url": "https://production-cci-com.imgix.net/blog/media/circle-logo-badge-black.png",
"alt_text": "CircleCI logo"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/message_templates/basic_success_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
"accessory": {
"type": "image",
"image_url": "https://assets.brandfolder.com/otz5mn-bw4j2w-6jzqo8/original/circle-logo-badge-black.png",
"image_url": "https://production-cci-com.imgix.net/blog/media/circle-logo-badge-black.png",
"alt_text": "CircleCI logo"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/message_templates/success_tagged_deploy_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"accessory": {
"type": "image",
"image_url": "https://assets.brandfolder.com/otz5mn-bw4j2w-6jzqo8/original/circle-logo-badge-black.png",
"image_url": "https://production-cci-com.imgix.net/blog/media/circle-logo-badge-black.png",
"alt_text": "CircleCI logo"
}
},
Expand Down

0 comments on commit faf827d

Please sign in to comment.