Skip to content

Commit df48435

Browse files
committed
💬 Fly to the moon
1 parent 41549a4 commit df48435

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/app-shell.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import '@polymer/iron-icons/iron-icons';
2-
31
import { connect, withStore } from 'fit-html';
42
import { html, svg } from 'lit-html/lib/lit-extended';
53
import store from '../store';
@@ -19,7 +17,7 @@ a, a:visited, a:hover, a:active {
1917
2018
<div style="text-align: center;"><img src="logo_full.svg" /></div>
2119
<view-home></view-home>
22-
<footer><div style="text-align: center;"><a href="https://hacking.studio/">hacking <iron-icon icon="icons:favorite"></iron-icon> studio</a></div></footer>
20+
<footer><div style="text-align: center;"><a href="https://hacking.studio/">hacking 🚀 studio</a></div></footer>
2321
`;
2422

2523
const Shell = connect(

0 commit comments

Comments
 (0)