Skip to content

Commit

Permalink
fix: use new deprecationNotice prop
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmenendez committed Nov 15, 2024
1 parent 8dbe589 commit b962c69
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ export default {
label: 'Carbon empty pattern usage guidelines',
},
]}
blocks={[
{
title: 'Deprecation notice',
description:
'This component is deprecated and will be removed in the next major version. For more information, please refer to the [Carbon docs](https://carbondesignsystem.com/patterns/empty-states-pattern/).',
},
]}
deprecationNotice="This component is deprecated and will be removed in the next major version. For more information, please refer to the [Carbon docs](https://carbondesignsystem.com/patterns/empty-states-pattern/)."
/>
),
},
Expand Down

0 comments on commit b962c69

Please sign in to comment.