Commit ec590edb authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

settings: mark product logo as presentational

Bug: 1009128
Change-Id: I9736ed491bc8f4378129411ec1f212e7bbd131c4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880538Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710172}
parent 1e71d6dd
...@@ -95,7 +95,8 @@ ...@@ -95,7 +95,8 @@
<img id="product-logo" on-click="onProductLogoTap_" <img id="product-logo" on-click="onProductLogoTap_"
srcset="chrome://theme/current-channel-logo@1x 1x, srcset="chrome://theme/current-channel-logo@1x 1x,
chrome://theme/current-channel-logo@2x 2x" chrome://theme/current-channel-logo@2x 2x"
alt="$i18n{aboutProductLogoAlt}"> alt="$i18n{aboutProductLogoAlt}"
role="presentation">
<h1 class="product-title">$i18n{aboutProductTitle}</h1> <h1 class="product-title">$i18n{aboutProductTitle}</h1>
</div> </div>
<div class="settings-box two-line"> <div class="settings-box two-line">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment