Skip to content

Commit

Permalink
docs: rename "Character limit counter" to "Character count"
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed May 16, 2024
1 parent bbd0f40 commit 716e641
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/component-index/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1469,16 +1469,16 @@ export const componentIndex: DesignSystemComponent[] = [
backlog: 'https://github.com/nl-design-system/backlog/issues/129',
},
// Needs rationale
// {
// id: 'character-limit-counter',
// name: 'Character Limit Counter',
// aliases: [],
// state: COMPONENT_STATES.TODO,
// communityDocs: [],
// implementations: [],
// preview: '',
// backlog: 'https://github.com/nl-design-system/backlog/issues/130',
// },
{
id: 'character-count',
name: 'Character count',
aliases: [],
state: COMPONENT_STATES.TODO,
communityDocs: [],
implementations: [],
preview: '',
backlog: 'https://github.com/nl-design-system/backlog/issues/130',
},
// Needs rationale
// {
// id: 'confirm-checkbox',
Expand Down

0 comments on commit 716e641

Please sign in to comment.