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) => (
-
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 }
)