Skip to content

Commit c42fd44

Browse files
Update bannerImpl.md
1 parent 8771758 commit c42fd44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developers/bannerImpl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function pushNotificationMessage(options: NotificationOptions): void {
1414
}
1515
}
1616
```
17-
[pushNotificationMessage Implementation](https://github.com/microsoft/pxt/blob/master/skillmap/src/lib/notifications.ts#L7-L9)
17+
[pushNotificationMessage Implementation](https://github.com/microsoft/pxt/blob/master/react-common/components/Notification.tsx#L73-L82)
1818

1919
It then processes into the warning notification function, which gets passed by pushNotificationMessage.
2020
``` ts

0 commit comments

Comments
 (0)