Commit 7862c22b authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'kcomoli-fix-img-size-in-trial-step-2' into 'master'

Add width and alt tag to image in trial flow second step

See merge request gitlab-org/gitlab!79971
parents b87795bd f12103cd
......@@ -36,4 +36,4 @@
= render 'skip_trial'
.col-md-4.gl-display-inline-flex.gl-vertical-align-middle
= image_tag 'illustrations/gitlab-features-orbiting-browser.svg', class: 'd-none d-md-inline'
= image_tag 'illustrations/gitlab-features-orbiting-browser.svg', alt: '', class: 'd-none d-md-inline gl-w-full'
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