Skip to content

Commit

Permalink
Merge 9b3e889 into b553ace
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulia96 committed Jun 29, 2018
2 parents b553ace + 9b3e889 commit db4968a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions daemon/web/components/Footer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
import React from 'react';
import Link from 'react-router';

const styles = {
Site: {
flex: 1,
bottom: 0,
left: 0,
position: 'absolute',
},
};

class Footer extends React.Component {
constructor(props) {
super(props);
//change Daemon version here using this.state
}

render() {
return (
<footer>

</footer>
);
}
}

export default Footer;
1 change: 1 addition & 0 deletions daemon/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<title>Inertia Web</title>
</head>

Expand Down

0 comments on commit db4968a

Please sign in to comment.