mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
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:
committed by
David Lechner
parent
30db09daf5
commit
b3d2d94b78
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user