aboutsummaryrefslogtreecommitdiff
path: root/pages/blog.js
diff options
context:
space:
mode:
authorcylexVEVO <28271391+cylexVEVO@users.noreply.github.com>2019-11-30 13:43:48 -0500
committercylexVEVO <28271391+cylexVEVO@users.noreply.github.com>2019-11-30 13:43:48 -0500
commit4ef46f417a2fad9871787eaeb1e4778e8c617212 (patch)
tree9d09e38edf40027a6c668d9de8a2eaac5d9b9c8b /pages/blog.js
parent3b47e9af235faa76242c7d4e78ab189901b0517b (diff)
downloadalp-website-4ef46f417a2fad9871787eaeb1e4778e8c617212.tar.gz
alp-website-4ef46f417a2fad9871787eaeb1e4778e8c617212.tar.bz2
alp-website-4ef46f417a2fad9871787eaeb1e4778e8c617212.zip
Cleaned up code and fixed some grammar
Diffstat (limited to 'pages/blog.js')
-rw-r--r--pages/blog.js24
1 files changed, 11 insertions, 13 deletions
diff --git a/pages/blog.js b/pages/blog.js
index 7933d7d..0703b3d 100644
--- a/pages/blog.js
+++ b/pages/blog.js
@@ -17,20 +17,18 @@
*/
-import Layout from '../components/Layout';
+import Layout from "../components/Layout";
const Blog = () => (
- <div>
- <Layout>
- <div className="jumbotron special-color bounceIn white-text">
- <h2 className="display-4">Blog</h2>
- <p className="lead">Where we post updates on products, this website and etc.</p>
- </div>
- <div className="container">
- <h1 className="text-center mt-5">Notice: We are currently working on this page</h1>
- </div>
- </Layout>
- </div>
-)
+ <Layout>
+ <div className="jumbotron special-color bounceIn white-text">
+ <h2 className="display-4">Blog</h2>
+ <p className="lead">Updates on products, this website, etc.</p>
+ </div>
+ <div className="container">
+ <h1 className="text-center mt-5">Notice: We are currently working on this page</h1>
+ </div>
+ </Layout>
+);
export default Blog; \ No newline at end of file