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

@@ -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"},
]}