Renamed to plain Atlas

This commit is contained in:
Jori Lallo
2016-08-03 16:57:09 +03:00
parent 695eff6210
commit cf1563eb2f
6 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Beautiful Atlas
# Atlas
## Ideas

View File

@ -51,8 +51,8 @@ class Layout extends React.Component {
<div className={ styles.container }>
<Helmet
title={ this.props.titleText
? `${this.props.titleText} - Beautiful Atlas`
: 'Beautiful Atlas' }
? `${this.props.titleText} - Atlas`
: 'Atlas' }
/>
{ this.props.loading ? (

View File

@ -6,7 +6,7 @@ const Application = observer((props) => {
return (
<div style={{ width: '100%', display: 'flex', flex: 1, }}>
<Helmet
title="Beautiful Atlas"
title="Atlas"
meta={[
{"name": "viewport", "content": "width=device-width, initial-scale=1.0"},
]}

View File

@ -17,7 +17,7 @@ const line7 = (<p>share ideas,</p>);
const line8 = (<p>tell stories,</p>);
const line9 = (<p>and build knowledge.</p>);
const line10 = (<p>We're just getting started.</p>);
const line11 = (<p>Welcome to Beautiful Atlas.</p>);
const line11 = (<p>Welcome to Atlas.</p>);
p(<E>{line1}{line2}{line3}{line4}{line5}{line6}{line7}{line8}{line9}{line10}{line11}</E>);

View File

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Beautiful Atlas</title>
<title>Atlas</title>
<link href="/static/styles.css" rel="stylesheet"></head>
<style>
#root {

View File

@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Beautiful Atlas</title>
<title>Atlas</title>
<style>
#root {
flex: 1;