Change canary badge size from md to sm

The canary badge currently uses the default, medium size, when it should
actually be using the small size.
This fixes it.
parent c8780dfb
......@@ -16,7 +16,7 @@
= logo_text
- if Gitlab.com_and_canary?
= link_to Gitlab::Saas.canary_toggle_com_url, class: 'canary-badge bg-transparent', data: { qa_selector: 'canary_badge_link' }, target: :_blank, rel: 'noopener noreferrer' do
= gl_badge_tag({ variant: :success }) do
= gl_badge_tag({ variant: :success, size: :sm }) do
= _('Next')
- if current_user
......
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