Add an FAQ link to the footer.

pull/18/head
Alex Kern 11 years ago
parent 3a2b849295
commit a4b7289dc0

@ -52,7 +52,9 @@ export default class App extends React.Component {
? <RouteHandler />
: <ErrorPage />}
</div>
<footer className="byline">Cooked up by <a href="http://kern.io" target="_blank">Alex Kern</a> &amp; <a href="http://neeraj.io" target="_blank">Neeraj Baid</a> while eating <strong>Sliver</strong> @ UC Berkeley. <a href="https://github.com/kern/filepizza">Fork us</a>.</footer>
<footer className="byline">
Cooked up by <a href="http://kern.io" target="_blank">Alex Kern</a> &amp; <a href="http://neeraj.io" target="_blank">Neeraj Baid</a> while eating <strong>Sliver</strong> @ UC Berkeley &middot; <a href="https://github.com/kern/filepizza#faq">FAQ</a> &middot; <a href="https://github.com/kern/filepizza">Fork us</a>
</footer>
<script>FilePizza()</script>
<ga.Initializer />
</body>

Loading…
Cancel
Save