Skip to content

Commit

Permalink
Update tools/build-icons/utils/deprecationReasonTemplate.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
karsa-mistmere authored May 13, 2024
1 parent 1aab12d commit 3640c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-icons/utils/deprecationReasonTemplate.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function deprecationReasonTemplate(
case 'alias.typo':
return `Renamed because of typo, use {@link ${componentName}} instead.${removalNotice}`;
case 'alias.naming':
return `This name is no longer compliant with our guidelines, use {@link ${componentName}} instead.${removalNotice}`;
return `The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ${componentName}} instead.${removalNotice}`;
case 'icon.brand':
return `Brand icons have been deprecated and are due to be removed, please refer to https://github.com/lucide-icons/lucide/issues/670. We recommend using https://simpleicons.org/?q=${iconName} instead.${removalNotice}`;
}
Expand Down

0 comments on commit 3640c35

Please sign in to comment.