Commit a29695d6 authored by Justin Ho's avatar Justin Ho

Use `size` param and add comment

So code doesn't get removed by accident
parent e75d0551
= nav_link(path: sidebar_external_tracker_paths) do
= link_to project_integrations_jira_issues_path(@project) do
.nav-icon-container
= image_tag('logos/jira-gray.svg', height: 16, width: 16)
-# Hardcode sizes so image doesn't flash before CSS loads https://gitlab.com/gitlab-org/gitlab/-/issues/321022
= image_tag('logos/jira-gray.svg', size: 16)
%span.nav-item-name.qa-settings-item#js-onboarding-settings-link
= s_('JiraService|Jira Issues')
......
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