Skip to content

Commit

Permalink
feat(pie-tag): DSW-2550 address design review for pie-docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandofranca committed Mar 4, 2025
1 parent f355d01 commit d6c0d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/pie-docs/src/components/tag-icon-only/tag-icon-only.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ eleventyNavigation:
key: 'Tag - Icon Only'
parent: Components
order: 45
shouldShowContents: true
---

## Overview
Expand Down Expand Up @@ -30,7 +31,7 @@ The purpose of the icon only tag is to provide a quick and visually appealing wa
type: usageTypes.text,
items: [
"Don’t use for interactions crucial for the flow.",
"Don’t use the icon only tag if a label is required to communicate the purpose, use a tag instead."
"Don’t use the icon only tag if a label is required to communicate the purpose, use a [Tag](/components/tag/) instead."
]
}
} %}
Expand Down

0 comments on commit d6c0d7f

Please sign in to comment.