Skip to content

Docs: Use consistent icon for product tier badges

Rene Verschoor requested to merge docs-consistent-icon-product-tier-badges into master

Product badges are used to indicate that a feature is only available in certain tiers. The product badge is shown when hovering over an icon.

There are two different icons used in the documentation. The sidepanel uses fa-info-circle, but in the text a fa-question-circle-o is used.

Screenshot_2020-04-06_at_10.07.41

This is inconsistent.

The use of fa-question-circle-o has (anecdotally) resulted in confusion. The question mark was interpreted as a link to a help text, explaining the usage or functionality of the feature. Users therefore didn't hover/click the icon and missed that the feature was only available in higher tiers.

This MR standardizes on fa-info-circle.

Merge request reports