From ad43cd7d3286c6bfba56508063684b68b36a24a1 Mon Sep 17 00:00:00 2001 From: Jake Dexheimer Date: Tue, 25 Jul 2017 09:13:46 -0700 Subject: [PATCH] Add link styles --- components/Footer.js | 21 ++++++++++++--------- components/Header.js | 4 ++-- components/Meta.js | 15 +++++++++++++++ lib/constants.js | 3 ++- pages/about.js | 12 +++--------- 5 files changed, 34 insertions(+), 21 deletions(-) diff --git a/components/Footer.js b/components/Footer.js index a44a6b8..fcba471 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -4,12 +4,12 @@ import { PALETTE } from '../lib/constants' const Footer = (props) => (
-
- about - send feedback - source +
+ about + send feedback + source
-
a project by @dawn_labs ¬
+
a project by @dawn_labs ¬
diff --git a/components/Header.js b/components/Header.js index cbc358a..a70cc26 100644 --- a/components/Header.js +++ b/components/Header.js @@ -5,11 +5,11 @@ const Header = ({ enableHeroText }) => (
- { enableHeroText ? (

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

) : null } + { enableHeroText ? (

Create and share beautiful images of your source code.
Start typing, or drag a file into the text area to get started.

) : null }
)