Renamed Atlas to Outline
This commit is contained in:
@@ -11,7 +11,7 @@ export default function About() {
|
||||
<title>About</title>
|
||||
</Helmet>
|
||||
<Hero>
|
||||
<h1>About Atlas</h1>
|
||||
<h1>About Outline</h1>
|
||||
<p>
|
||||
Just a proof of concept for multiple pages.
|
||||
</p>
|
||||
|
||||
@@ -13,7 +13,7 @@ export default function Pricing() {
|
||||
<Hero>
|
||||
<h1>Pricing</h1>
|
||||
<p>
|
||||
Explore Atlas with a 14 day trial, free forever for teams smaller than 5.
|
||||
Explore Outline with a 14 day trial, free forever for teams smaller than 5.
|
||||
</p>
|
||||
</Hero>
|
||||
</Grid>
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function Layout({ children }: Props) {
|
||||
<html lang="en">
|
||||
<head>
|
||||
<Helmet>
|
||||
<title>Atlas</title>
|
||||
<title>Outline</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</Helmet>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import { color } from '../../../shared/styles/constants';
|
||||
function Navigation() {
|
||||
return (
|
||||
<Nav>
|
||||
<Brand href="/">Atlas</Brand>
|
||||
<Brand href="/">Outline</Brand>
|
||||
<Menu>
|
||||
<MenuItem><a href="/auth/slack">Sign In</a></MenuItem>
|
||||
</Menu>
|
||||
|
||||
Reference in New Issue
Block a user