mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-06 08:50:50 +08:00
Update LayoutHeader.tsx
This commit is contained in:
@@ -23,9 +23,9 @@ export const LayoutHeader = () => {
|
|||||||
|
|
||||||
const warningTips = useMemo(() => {
|
const warningTips = useMemo(() => {
|
||||||
if (!fsApiSupported()) {
|
if (!fsApiSupported()) {
|
||||||
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';
|
return 'Welcome to the AFFiNE demo. To begin saving changes 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 'Welcome to the AFFiNE demo. To begin saving changes you can SYNC TO DISK.';
|
||||||
} else {
|
} else {
|
||||||
return 'AFFiNE is under active development and the current version is UNSTABLE. Please DO NOT store information or data';
|
return 'AFFiNE is under active development and the current version is UNSTABLE. Please DO NOT store information or data';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user