Skip to content

Commit af874de

Browse files
authored
fix(notifications): replace NotificationsSidebarItem with NotificationsActiveIcon (#1295)
notifications FE readme - replace NotificationsSidebarItem with NotificationsActiveIcon FLPATH-1055 https://issues.redhat.com/browse/FLPATH-1055 Signed-off-by: Yaron Dayagi <[email protected]>
1 parent 9d1e08a commit af874de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/notifications/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ yarn add @janus-idp/plugin-notifications
3939
In the `packages/app/src/components/Root/Root.tsx`:
4040

4141
```
42-
import { NotificationsSidebarItem } from '@janus-idp/plugin-notifications';
42+
import { NotificationsActiveIcon } from '@janus-idp/plugin-notifications';
4343
4444
...
4545
export const Root = ({ children }: PropsWithChildren<{}>) => (

0 commit comments

Comments
 (0)