mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-24 21:43:40 +03:00
Update LayoutHeader.tsx
This commit is contained in:
parent
4178005ebc
commit
7a43efa9da
@ -23,7 +23,7 @@ export const LayoutHeader = () => {
|
|||||||
|
|
||||||
const warningTips = useMemo(() => {
|
const warningTips = useMemo(() => {
|
||||||
if (!fsApiSupported()) {
|
if (!fsApiSupported()) {
|
||||||
return 'Your browser does not support the local fs storage feature, please upgrade to the latest version of Chrome or Edge browser';
|
return 'You are in DEMO mode. Changes will NOT be saved, you can SYNC DATA TO DISK with the latest version of Chromium based browser like Chrome/Edge';
|
||||||
} else if (!isLocalWorkspace) {
|
} else if (!isLocalWorkspace) {
|
||||||
return 'You are in DEMO mode. Changes will NOT be saved unless you SYNC TO DISK';
|
return 'You are in DEMO mode. Changes will NOT be saved unless you SYNC TO DISK';
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user