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