diff --git a/src/components/navigation/desktop/DesktopNavigation.js b/src/components/navigation/desktop/DesktopNavigation.js index e09aa204..84c31982 100644 --- a/src/components/navigation/desktop/DesktopNavigation.js +++ b/src/components/navigation/desktop/DesktopNavigation.js @@ -72,7 +72,7 @@ export function DesktopNavigation(props) {
Home Editor - + Documentation diff --git a/src/components/navigation/desktop/EditorSignIn.js b/src/components/navigation/desktop/EditorSignIn.js index aab22d06..bd99b292 100644 --- a/src/components/navigation/desktop/EditorSignIn.js +++ b/src/components/navigation/desktop/EditorSignIn.js @@ -6,6 +6,9 @@ export default function EditorSignIn(props) { return props.signedIn ? ( ) : ( - props.requestSignIn()} /> +
+ props.requestSignIn()} /> +

Sign in with a NEAR account to save (BOS uses the NEAR blockchain underneath)

+
); } diff --git a/src/components/navigation/mobile/Menu.js b/src/components/navigation/mobile/Menu.js index c32eef30..2292c65a 100644 --- a/src/components/navigation/mobile/Menu.js +++ b/src/components/navigation/mobile/Menu.js @@ -208,7 +208,7 @@ export function Menu(props) {
  • - + Documentation diff --git a/src/pages/EditorPage.js b/src/pages/EditorPage.js index 3eb1d694..a5f5d616 100644 --- a/src/pages/EditorPage.js +++ b/src/pages/EditorPage.js @@ -351,7 +351,7 @@ export default function EditorPage(props) { }, }} > - Save Widget + Save ); @@ -571,7 +571,7 @@ export default function EditorPage(props) { } }} > - Render preview + Preview {!path?.unnamed && commitButton} {path && accountId && ( ) : ( - 'Click "Render preview" button to render the widget' + 'Click the "Preview" button to render the widget' )}