Skip to content

Commit f3cc153

Browse files
committed
Tweak product icon position in message
1 parent 1637963 commit f3cc153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/lanes/build.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@ def upload_installable_build(product:)
259259

260260
install_url = "#{INSTALLABLE_BUILD_DOMAIN}/#{upload_path}"
261261
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' />"
263263
comment_body = <<~PR_COMMENT
264264
<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>
266266
<table><tr>
267267
<td width="250"><a href='#{install_url}'><img src='#{qr_code_url}' width='250' height='250' /></a></td>
268268
<td>Tip: You can also scan this QR code with your Android phone to download and install the APK directly on it.</td>

0 commit comments

Comments
 (0)