Skip to content

Commit

Permalink
💬 Fly to the moon
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Apr 3, 2018
1 parent 41549a4 commit df48435
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/app-shell.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import '@polymer/iron-icons/iron-icons';

import { connect, withStore } from 'fit-html';
import { html, svg } from 'lit-html/lib/lit-extended';
import store from '../store';
Expand All @@ -19,7 +17,7 @@ a, a:visited, a:hover, a:active {
<div style="text-align: center;"><img src="logo_full.svg" /></div>
<view-home></view-home>
<footer><div style="text-align: center;"><a href="https://hacking.studio/">hacking <iron-icon icon="icons:favorite"></iron-icon> studio</a></div></footer>
<footer><div style="text-align: center;"><a href="https://hacking.studio/">hacking 🚀 studio</a></div></footer>
`;

const Shell = connect(
Expand Down

0 comments on commit df48435

Please sign in to comment.