diff --git a/README.md b/README.md index 329b62cb5..e8d998eb8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Beautiful Atlas +# Atlas ## Ideas diff --git a/frontend/components/Layout/Layout.js b/frontend/components/Layout/Layout.js index 9653a132f..6ed7fb6f8 100644 --- a/frontend/components/Layout/Layout.js +++ b/frontend/components/Layout/Layout.js @@ -51,8 +51,8 @@ class Layout extends React.Component {
{ this.props.loading ? ( diff --git a/frontend/scenes/Application.js b/frontend/scenes/Application.js index 5a9fd2683..3a52ee3a4 100644 --- a/frontend/scenes/Application.js +++ b/frontend/scenes/Application.js @@ -6,7 +6,7 @@ const Application = observer((props) => { return (
share ideas,

); const line8 = (

tell stories,

); const line9 = (

and build knowledge.

); const line10 = (

We're just getting started.

); -const line11 = (

Welcome to Beautiful Atlas.

); +const line11 = (

Welcome to Atlas.

); p({line1}{line2}{line3}{line4}{line5}{line6}{line7}{line8}{line9}{line10}{line11}); diff --git a/server/static/dev.html b/server/static/dev.html index 06ec90cbb..1e106697b 100644 --- a/server/static/dev.html +++ b/server/static/dev.html @@ -1,7 +1,7 @@ - Beautiful Atlas + Atlas