File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,10 +259,10 @@ def upload_installable_build(product:)
259
259
260
260
install_url = "#{ INSTALLABLE_BUILD_DOMAIN } /#{ upload_path } "
261
261
qr_code_url = "https://chart.googleapis.com/chart?chs=500x500&cht=qr&chl=#{ CGI . escape ( install_url ) } &choe=UTF-8"
262
- icon = "<img alt='#{ product } ' src='https://raw.githubusercontent.com/buildkite/emojis/main/img-buildkite-64/#{ product . downcase } .png' width='20px' />"
262
+ icon = "<img alt='#{ product } ' align='top' src='https://raw.githubusercontent.com/buildkite/emojis/main/img-buildkite-64/#{ product . downcase } .png' width='20px' />"
263
263
comment_body = <<~PR_COMMENT
264
264
<details>
265
- <summary>📲 You can test these changes on #{ icon } #{ product } by <a href='#{ install_url } '>downloading <tt>#{ filename } </tt></a></summary>
265
+ <summary>#{ icon } 📲 You can test these changes on #{ product } by <a href='#{ install_url } '>downloading <tt>#{ filename } </tt></a></summary>
266
266
<table><tr>
267
267
<td width="250"><a href='#{ install_url } '><img src='#{ qr_code_url } ' width='250' height='250' /></a></td>
268
268
<td>Tip: You can also scan this QR code with your Android phone to download and install the APK directly on it.</td>
You can’t perform that action at this time.
0 commit comments