update link for more info when app is updated

For now this is just linking to a github issue until we get a proper
changelog.
This commit is contained in:
David Lechner
2020-06-15 14:53:16 -05:00
committed by David Lechner
parent 30db09daf5
commit b3d2d94b78
+1 -1
View File
@@ -164,7 +164,7 @@ const list: Reducer<NotificationList, Action> = (state = [], action) => {
Level.Info,
MessageId.ServiceWorkerUpdate,
undefined,
'https://bit.ly/CRA-PWA',
'https://github.com/pybricks/pybricks-code/issues/102',
);
case ServiceWorkerActionType.Success:
return append(state, Level.Info, MessageId.ServiceWorkerSuccess);