Improve offline page
Summary: The previous offline page suggested launching Flipper from terminal by running a command. Although this works, guidance can be simplified by just instructing users to launch Flipper from within the Applications folder. Reviewed By: aigoncharov Differential Revision: D50833741 fbshipit-source-id: 5a41090a66ee62c30cfc35edd69de51ed9cbbab9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6bec2d659e
commit
560a50485c
@@ -8,7 +8,7 @@
|
||||
// OFFLINE_VERSION is used as an update marker so that on subsequent installations
|
||||
// the newer version of the file gets updated.
|
||||
// eslint-disable-next-line header/header, no-unused-vars
|
||||
const OFFLINE_VERSION = 1.1;
|
||||
const OFFLINE_VERSION = 1.2;
|
||||
const CACHE_NAME = 'offline';
|
||||
const OFFLINE_URL = 'offline.html';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user