From d62bbf1a90cd239b3d2f43e46e75861b9ca8ffc2 Mon Sep 17 00:00:00 2001 From: Jake Dexheimer Date: Sat, 22 Jul 2017 16:58:40 -0500 Subject: [PATCH] Minor style additions --- components/Footer.js | 30 ++++++++++++++++++++++++++---- components/Header.js | 20 +++++++++++--------- components/Meta.js | 5 +++++ lib/constants.js | 2 +- 4 files changed, 43 insertions(+), 14 deletions(-) diff --git a/components/Footer.js b/components/Footer.js index 743ff2d..0b8ae9d 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -1,18 +1,40 @@ import React from 'react' +import Link from 'next/link' const Footer = (props) => (
- a project by @dawn_labs ¬ +
+ about + send feedback + tweet + star +
+
a project by @dawn_labs ¬
) diff --git a/components/Header.js b/components/Header.js index 426a480..5737875 100644 --- a/components/Header.js +++ b/components/Header.js @@ -4,13 +4,13 @@ import Logo from './svg/Logo' const Header = (props) => (
- -

The easiest way to create images from source code. Start typing, or drag a file into the text area to get started.

+ +

The easiest way to create images from source code. Start typing, or drag a file into the text area to get started.

diff --git a/components/Meta.js b/components/Meta.js index 4b42c3b..06fe74c 100644 --- a/components/Meta.js +++ b/components/Meta.js @@ -25,9 +25,14 @@ export default () => (