Skip to content

Commit

Permalink
fix(staticnotification): remove staticnotification from top of sidebar (
Browse files Browse the repository at this point in the history
#17673)

* fix(staticnotification): remove staticnotification from top of sidebar

* fix(staticnotification): remove staticnotification from top of sidebar
  • Loading branch information
tay1orjones authored Oct 8, 2024
1 parent b345fb9 commit c788f34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import { Meta } from '@storybook/blocks';

<Meta isTemplate />

# StaticNotification has been renamed to Callout

Run the following codemod to automatically update usages in your project:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import mdx from './StaticNotification.mdx';

export default {
title: 'Experimental/unstable__StaticNotification',
component: StaticNotification,
parameters: {
docs: {
page: mdx,
Expand Down

0 comments on commit c788f34

Please sign in to comment.