Renamed to plain Atlas
This commit is contained in:
@ -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 ? (
|
||||
|
@ -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"},
|
||||
]}
|
||||
|
@ -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>);
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Beautiful Atlas</title>
|
||||
<title>Atlas</title>
|
||||
<style>
|
||||
#root {
|
||||
flex: 1;
|
||||
|
Reference in New Issue
Block a user