Skip to content

Commit

Permalink
docs: making planned tags in sidenav compact (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
markcaron authored Oct 1, 2024
1 parent 7d04dfb commit ea3cde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/partials/component/sidenav.njk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{% if not (tagName in comingSoonItems) %}
<uxdot-sidenav-dropdown-menu-item href="{{ href }}" {{ 'active' if active }}>
{{- fst.alias or (slug | deslugify) -}}
{%- if planned -%}<rh-tag icon="notification-fill" color="purple">Planned</rh-tag>{%- endif -%}
{%- if planned -%}<rh-tag icon="notification-fill" color="purple" size="compact">Planned</rh-tag>{%- endif -%}
</uxdot-sidenav-dropdown-menu-item>
{% endif %}
{%- endfor -%}
Expand Down

0 comments on commit ea3cde9

Please sign in to comment.