Merge pull request #23 from gramakri/master

Use same scheme as hosted site
pull/32/head
Alex Kern 10 years ago
commit d421c6c916

@ -40,7 +40,7 @@ export default class App extends React.Component {
<meta property="og:image" content="http://file.pizza/images/fb.png" /> <meta property="og:image" content="http://file.pizza/images/fb.png" />
<title>FilePizza - Your files, delivered.</title> <title>FilePizza - Your files, delivered.</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Quicksand:300,400,700|Lobster+Two" /> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Quicksand:300,400,700|Lobster+Two" />
<link rel="stylesheet" href="/css" /> <link rel="stylesheet" href="/css" />
<Bootstrap data={this.props.data} /> <Bootstrap data={this.props.data} />

Loading…
Cancel
Save